Revision: 76719
http://sourceforge.net/p/brlcad/code/76719
Author: starseeker
Date: 2020-08-12 16:59:15 +0000 (Wed, 12 Aug 2020)
Log Message:
-----------
Git's sh.exe on windows is expanding the /dev/debug string into a path, which
is breaking the check. Just write the rt output to a file that is immediately
removed instead. Longer term we'll have to figure out what to do about sh.exe
- it's breaking running rt with -F on the command line as well - but for now
this should get the test running.
Modified Paths:
--------------
brlcad/branches/RELEASE/bench/run.sh
Modified: brlcad/branches/RELEASE/bench/run.sh
===================================================================
--- brlcad/branches/RELEASE/bench/run.sh 2020-08-12 14:32:37 UTC (rev
76718)
+++ brlcad/branches/RELEASE/bench/run.sh 2020-08-12 16:59:15 UTC (rev
76719)
@@ -585,8 +585,9 @@
fi
# more sanity checks, make sure the binaries and scripts run
-eval \"$RT\" -s1 -F/dev/debug \"${DB}/moss.g\" LIGHT > /dev/null 2>&1
+eval \"$RT\" -s1 -o light.pix \"${DB}/moss.g\" LIGHT > /dev/null 2>&1
ret=$?
+rm -f light.pix
if test ! "x${ret}" = "x0" ; then
$ECHO
$ECHO "Running \"$RT\":"
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