Stop interrupting the test suite at the first failure.
authorCarl Worth <cworth@cworth.org>
Fri, 28 May 2010 15:04:13 +0000 (08:04 -0700)
committerCarl Worth <cworth@cworth.org>
Fri, 28 May 2010 15:04:13 +0000 (08:04 -0700)
This behavior was useful when starting the implementation over
("take-2") where the whole test suite was failing. This made it easy
to focus on one test at a time and get each working.

More recently, we got the whole suite working, so we don't need this
feature anymore. And in the previous commit, we regressed a couple of
tests, so it's nice to be able to see all the failures with a single
run of the suite.

tests/glcpp-test

index 92c994979a98a5d6782ecfcbf65eb8d62372c5c9..ba398af0d5422244fcd92153e424cf4391684e5c 100755 (executable)
@@ -1,5 +1,4 @@
 #!/bin/sh
-set -e
 
 for test in *.c; do
     echo "Testing $test"