Revision: 78031
          http://sourceforge.net/p/brlcad/code/78031
Author:   starseeker
Date:     2020-12-19 22:11:14 +0000 (Sat, 19 Dec 2020)
Log Message:
-----------
MGED now recognizes that a completely empty file isn't a valid .g file - remove 
this part of mged.sh

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

Modified: brlcad/trunk/regress/mged/mged.sh
===================================================================
--- brlcad/trunk/regress/mged/mged.sh   2020-12-19 19:46:38 UTC (rev 78030)
+++ brlcad/trunk/regress/mged/mged.sh   2020-12-19 22:11:14 UTC (rev 78031)
@@ -99,14 +99,6 @@
     return 0
 }
 
-touch mged.g
-output="`$MGED -c mged.g quit 2>&1`"
-if test $? != 0 ; then
-    log "Output: $output"
-    log "Unable to run mged, aborting"
-    exit 1
-fi
-
 log "seting up an almost empty database (mged.g) to make sure mged runs"
 rm -f mged.g
 $MGED -c >> $LOGFILE 2>&1 <<EOF

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