|
Check-in Number:
|
4170 | |
| Date: |
2001-Jul-08 17:57:27 (local)
2001-Jul-08 15:57:27 (UTC) |
| User: | simons |
| Branch: | |
| Comment: |
More cosmetic changes to the output. |
| Tickets: |
|
| Inspections: |
|
| Files: |
|
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
|
|