Index: ossp-pkg/xds/regression-tests/.run-tests RCS File: /v/ossp/cvs/ossp-pkg/xds/regression-tests/Attic/.run-tests,v rcsdiff -q -kk '-r1.3' '-r1.4' -u '/v/ossp/cvs/ossp-pkg/xds/regression-tests/Attic/.run-tests,v' 2>/dev/null --- .run-tests 2001/07/08 15:16:29 1.3 +++ .run-tests 2001/07/08 15:57:27 1.4 @@ -31,10 +31,10 @@ done echo -echo "Summary: $numFails of $numTests tests failed ($(($numFails*100/$numTests))%)." - if [ $numFails -eq 0 ]; then + echo "Summary: All tests succeeded." exit 0 else + echo "Summary: $numFails of $numTests tests failed ($(($numFails*100/$numTests))%)." exit 1 fi