ossp-pkg/xds/regression-tests/.run-tests 1.3 -> 1.4
--- .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
|
|