Revision: 53439
          http://brlcad.svn.sourceforge.net/brlcad/?rev=53439&view=rev
Author:   brlcad
Date:     2012-11-02 04:55:46 +0000 (Fri, 02 Nov 2012)
Log Message:
-----------
fix a bug where the pixcmp results were being displayed but not written to the 
log file.  need to capture the output.

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

Modified: brlcad/trunk/bench/run.sh
===================================================================
--- brlcad/trunk/bench/run.sh   2012-11-02 04:48:22 UTC (rev 53438)
+++ brlcad/trunk/bench/run.sh   2012-11-02 04:55:46 UTC (rev 53439)
@@ -1110,8 +1110,11 @@
     # the last run should be a relatively stable representative of the 
performance
 
     if test -f gmon.out; then mv -f gmon.out gmon.${bench_testname}.out; fi
-    ${CMP} ${PIX}/${bench_testname}.pix ${bench_testname}.pix
+    cmp_result="`${CMP} ${PIX}/${bench_testname}.pix ${bench_testname}.pix 
2>&1`"
     ret=$?
+
+    $ECHO "$cmp_result"
+
     if test $ret = 0 ; then
        # perfect match
        $ECHO ${bench_testname}.pix:  answers are RIGHT

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


------------------------------------------------------------------------------
LogMeIn Central: Instant, anywhere, Remote PC access and management.
Stay in control, update software, and manage PCs from one command center
Diagnose problems and improve visibility into emerging IT issues
Automate, monitor and manage. Do more in less time with Central
http://p.sf.net/sfu/logmein12331_d2d
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to