Revision: 41425
          http://brlcad.svn.sourceforge.net/brlcad/?rev=41425&view=rev
Author:   brlcad
Date:     2010-11-22 23:44:44 +0000 (Mon, 22 Nov 2010)

Log Message:
-----------
rename the benchmark log files by swapping benchmark and run so that they're 
more easily identified as benchmark*.log files or categorically as *run.log 
files so we can group outputs from other scripts/tools together.

Modified Paths:
--------------
    brlcad/trunk/bench/run.sh

Modified: brlcad/trunk/bench/run.sh
===================================================================
--- brlcad/trunk/bench/run.sh   2010-11-22 23:29:55 UTC (rev 41424)
+++ brlcad/trunk/bench/run.sh   2010-11-22 23:44:44 UTC (rev 41425)
@@ -355,14 +355,14 @@
     done
     if test "x$CLOBBER" = "x1" ; then
        # NEVER automatically delete the summary file, but go ahead with the 
rest
-       for i in run-[0-9]*-benchmark.log ; do
+       for i in benchmark-[0-9]*-run.log ; do
            $ECHO rm -f $i
            rm -f $i
        done
     fi
 
     printed=no
-    for i in summary run-[0-9]*-benchmark.log ; do
+    for i in summary benchmark-[0-9]*-run.log ; do
        if test -f "$i" ; then
            if test "x$printed" = "xno" ; then
                $ECHO


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

------------------------------------------------------------------------------
Increase Visibility of Your 3D Game App & Earn a Chance To Win $500!
Tap into the largest installed PC base & get more eyes on your game by
optimizing for Intel(R) Graphics Technology. Get started today with the
Intel(R) Software Partner Program. Five $500 cash prizes are up for grabs.
http://p.sf.net/sfu/intelisp-dev2dev
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to