idea208-canticle-poetic-policy/test.sh

3 lines
134 B
Bash
Executable File

#!/bin/bash
python3 canticle.py | grep -q "Enshrined: network:egress:allow" && echo "Tests Passed" || (echo "Tests Failed" && exit 1)