Revision: 77447
          http://sourceforge.net/p/brlcad/code/77447
Author:   brlcad
Date:     2020-10-15 07:57:23 +0000 (Thu, 15 Oct 2020)
Log Message:
-----------
we only care about the pixel count line

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

Modified: brlcad/trunk/bench/run.sh
===================================================================
--- brlcad/trunk/bench/run.sh   2020-10-15 07:55:09 UTC (rev 77446)
+++ brlcad/trunk/bench/run.sh   2020-10-15 07:57:23 UTC (rev 77447)
@@ -1140,7 +1140,7 @@
        ls -la *.pix*
     fi
     $VERBOSE_ECHO "DEBUG: $CMP $PIX/${bench_testname}.pix 
${bench_testname}.pix"
-    cmp_result="`eval \\\"${CMP}\\\" \\\"${PIX}/${bench_testname}.pix\\\" 
${bench_testname}.pix 2>&1`"
+    cmp_result="`eval \\\"${CMP}\\\" \\\"${PIX}/${bench_testname}.pix\\\" 
${bench_testname}.pix 2>&1 | grep pixels`"
     ret=$?
 
     $ECHO "$cmp_result"

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



_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to