b95b010c0d
For Travis compatibility, we set the exit code to non-zero when any tests fail. Fixes #5.
7 lines
130 B
Plaintext
Executable File
7 lines
130 B
Plaintext
Executable File
../../urchin "../Counts should be kept of successes and failures./.test" > /dev/null
|
|
case $? in
|
|
0) exit 8;;
|
|
*) exit 0;;
|
|
esac
|
|
|