Revision: 50638
          http://brlcad.svn.sourceforge.net/brlcad/?rev=50638&view=rev
Author:   tbrowder2
Date:     2012-05-23 13:21:26 +0000 (Wed, 23 May 2012)
Log Message:
-----------
make name consistency a little more robust

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

Modified: brlcad/trunk/regress/vls.sh
===================================================================
--- brlcad/trunk/regress/vls.sh 2012-05-23 12:51:57 UTC (rev 50637)
+++ brlcad/trunk/regress/vls.sh 2012-05-23 13:21:26 UTC (rev 50638)
@@ -46,7 +46,7 @@
 TEST=vls
 TESTSCRIPT=$TEST.sh
 TESTEXE=test_vls
-TESTLOG=${TEST}.log
+TESTLOG=${TEST}_test.log
 TESTCMD="`ensearch $TESTEXE`"
 if test ! -f "$TESTCMD" ; then
     echo "Unable to find $TESTEXE, aborting"
@@ -54,7 +54,7 @@
 fi
 
 # another file for test output
-ERRLOG=vls_test.stderr
+ERRLOG=${TEST}_test.stderr
 
 rm -f $TESTLOG $ERRLOG
 

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
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to