urchin/tests/urchin exit code/non zero exit code when a test fails

7 lines
130 B
Plaintext
Raw Normal View History

../../urchin "../Counts should be kept of successes and failures./.test" > /dev/null
case $? in
0) exit 8;;
*) exit 0;;
esac