Revision: 76587
          http://sourceforge.net/p/brlcad/code/76587
Author:   starseeker
Date:     2020-07-30 00:52:00 +0000 (Thu, 30 Jul 2020)
Log Message:
-----------
Don't remove the .asc files - they're inputs

Modified Paths:
--------------
    brlcad/trunk/regress/dsp/run-dsp-case-set-2.sh
    brlcad/trunk/regress/dsp/run-dsp-case-set-3.sh

Modified: brlcad/trunk/regress/dsp/run-dsp-case-set-2.sh
===================================================================
--- brlcad/trunk/regress/dsp/run-dsp-case-set-2.sh      2020-07-29 20:45:02 UTC 
(rev 76586)
+++ brlcad/trunk/regress/dsp/run-dsp-case-set-2.sh      2020-07-30 00:52:00 UTC 
(rev 76587)
@@ -26,7 +26,7 @@
   LOG=$BASE2.log
   TGM=$BASE2.g
 
-  TRASH="$TGM $LOG $BASE2.rt.pix $BASE2.asc $BASE2.pix $BASE2.bw $BASE2.dsp"
+  TRASH="$TGM $LOG $BASE2.rt.pix $BASE2.pix $BASE2.bw $BASE2.dsp"
   rm -f $TRASH
 
   # convert dsp data file in asc format to pix format

Modified: brlcad/trunk/regress/dsp/run-dsp-case-set-3.sh
===================================================================
--- brlcad/trunk/regress/dsp/run-dsp-case-set-3.sh      2020-07-29 20:45:02 UTC 
(rev 76586)
+++ brlcad/trunk/regress/dsp/run-dsp-case-set-3.sh      2020-07-30 00:52:00 UTC 
(rev 76587)
@@ -38,7 +38,7 @@
   LOG=$BASE2.log
   TGM=$BASE2.g
 
-  TRASH="$TGM $LOG $BASE2.rt.pix $BASE2.asc $BASE2.pix $BASE2.bw $BASE2.dsp"
+  TRASH="$TGM $LOG $BASE2.rt.pix $BASE2.pix $BASE2.bw $BASE2.dsp"
   rm -f $TRASH
 
   # convert dsp data file in asc format to pix format

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