OSSP CVS Repository

ossp - Difference in ossp-pkg/xds/regression-tests/.run-tests versions 1.3 and 1.4
Not logged in
[Honeypot]  [Browse]  [Home]  [Login]  [Reports
[Search]  [Ticket]  [Timeline
  [History

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

CVSTrac 2.0.1