Changes in tests/Tesselations/defs.in [491876:685100]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
tests/Tesselations/defs.in
r491876 r685100 26 26 if $testdir_exists; then :; else 27 27 mkdir $testdir 28 CLEANUP=" $CLEANUP; rmdir $testdir"28 CLEANUP="rm -rf $testdir; $CLEANUP" 29 29 fi 30 30 cp @srcdir@/$testdir/* $testdir/ 31 31 cd $testdir 32 32 CLEANUP="rm -f stderr stdout diffstderr diffstdout; cd ..; $CLEANUP" 33 CLEANUP="rm -f *.conf*; rm -f NonConvexEnvelope*; rm -f ${testdir}.xyz; rm -f ${testdir}.dbond;$CLEANUP"33 CLEANUP="rm -f *.conf*; $CLEANUP" 34 34 fi 35 35
Note:
See TracChangeset
for help on using the changeset viewer.