Index: test.sh =================================================================== --- test.sh (revision 10110) +++ test.sh (revision 10111) @@ -27,6 +27,8 @@ if test $bad = 0 then echo "*** QC PASS ***" + true else echo "Failed raw spice tests: $bad of $all" + false fi