From: <ai...@us...> - 2011-03-20 02:41:19
|
Revision: 11660 http://plplot.svn.sourceforge.net/plplot/?rev=11660&view=rev Author: airwin Date: 2011-03-20 02:41:13 +0000 (Sun, 20 Mar 2011) Log Message: ----------- Replace phrase "without major errors" so that the string "error" does not appear in the output of a successful run (which makes it easier to grep for actual error messages). Modified Paths: -------------- trunk/plplot_test/plplot-test-interactive.sh.in Modified: trunk/plplot_test/plplot-test-interactive.sh.in =================================================================== --- trunk/plplot_test/plplot-test-interactive.sh.in 2011-03-19 23:56:59 UTC (rev 11659) +++ trunk/plplot_test/plplot-test-interactive.sh.in 2011-03-20 02:41:13 UTC (rev 11660) @@ -309,6 +309,6 @@ if [ "$OVERALL_STATUS_CODE" -ne 0 ] ; then echo "A major error occurred for one of the interactive examples" else - echo "All interactive tests completed without major errors" + echo "All interactive tests completed without any noticeable issues" fi exit $OVERALL_STATUS_CODE This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |