Revision: 74299
          http://sourceforge.net/p/brlcad/code/74299
Author:   brlcad
Date:     2019-11-05 22:30:13 +0000 (Tue, 05 Nov 2019)
Log Message:
-----------
symmetry, show the end

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

Modified: brlcad/trunk/regress/library.sh
===================================================================
--- brlcad/trunk/regress/library.sh     2019-11-05 22:27:57 UTC (rev 74298)
+++ brlcad/trunk/regress/library.sh     2019-11-05 22:30:13 UTC (rev 74299)
@@ -176,8 +176,9 @@
     elif test "x`diff $1 $2`" != "x" ; then
        log "ERROR: comparison failed  ($1 and $2 are different, expected no 
change)"
        # display diff in the log
-       log "Differences:"
+       log "BEGIN displaying differences ..."
        run diff -u $1 $2
+       log "... DONE displaying differences."
        ret=1
     fi
 

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