Revision: 74295
          http://sourceforge.net/p/brlcad/code/74295
Author:   brlcad
Date:     2019-11-05 20:42:29 +0000 (Tue, 05 Nov 2019)
Log Message:
-----------
make message agnostic to red

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

Modified: brlcad/trunk/regress/red.sh
===================================================================
--- brlcad/trunk/regress/red.sh 2019-11-04 23:04:52 UTC (rev 74294)
+++ brlcad/trunk/regress/red.sh 2019-11-05 20:42:29 UTC (rev 74295)
@@ -113,7 +113,7 @@
        exit 1
     fi
     if test "x`diff $1 $2`" = "x" ; then
-       log "ERROR: 'red' failed  ($1 and $2 are identical, expected change)"
+       log "ERROR: comparison failed  ($1 and $2 are identical, expected 
change)"
        FAILURES="`expr $FAILURES + 1`"
        export FAILURES
     fi
@@ -134,7 +134,7 @@
        exit 1
     fi
     if test "x`diff $1 $2`" != "x" ; then
-       log "ERROR: 'red' failed  ($1 and $2 are different, expected no change)"
+       log "ERROR: comparison failed  ($1 and $2 are different, expected no 
change)"
        run diff -u $1 $2
        FAILURES="`expr $FAILURES + 1`"
        export FAILURES

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