Revision: 50648
          http://brlcad.svn.sourceforge.net/brlcad/?rev=50648&view=rev
Author:   tbrowder2
Date:     2012-05-23 21:06:26 +0000 (Wed, 23 May 2012)
Log Message:
-----------
make more readable, add info on both log files in event of error

Modified Paths:
--------------
    brlcad/trunk/regress/vls.sh

Modified: brlcad/trunk/regress/vls.sh
===================================================================
--- brlcad/trunk/regress/vls.sh 2012-05-23 20:59:05 UTC (rev 50647)
+++ brlcad/trunk/regress/vls.sh 2012-05-23 21:06:26 UTC (rev 50648)
@@ -100,7 +100,8 @@
         echo "-> $TESTSCRIPT succeeded with no failures of any kind."
         # but one more check
         if [ $KNOWNEXP -ne 0 ] ; then
-            echo "     But SURPRISE!  We expected $KNOWNEXP failed tests so 
something has changed!"
+            echo "     But SURPRISE!  We expected $KNOWNEXP failed tests so"
+            echo "        something has changed!"
             echo "     See file './regress/$TESTLOG' for results and compare"
             echo "       with file './src/libbu/test_vls.c'."
         else
@@ -110,7 +111,8 @@
     fi
 else
     echo "-> $TESTSCRIPT unexpectedly FAILED $STATUS test(s)."
-    echo "   See file './regress/$TESTLOG' for results."
+    echo "   See files './regress/$TESTLOG' and."
+    echo "             './regress/$ERRLOG' for results."
 fi
 
 exit $STATUS

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.


------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
BRL-CAD Source Commits mailing list
brlcad-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to