Changeset 2bc713 for molecuilder/tests
- Timestamp:
- Apr 26, 2010, 6:19:38 PM (15 years ago)
- Children:
- 075729
- Parents:
- 3d1097 (diff), 9600a7 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - Location:
- molecuilder/tests/Tesselations
- Files:
-
- 1 deleted
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
molecuilder/tests/Tesselations/defs.in
r3d1097 r2bc713 26 26 if $testdir_exists; then :; else 27 27 mkdir $testdir 28 CLEANUP=" rmdir $testdir; $CLEANUP"28 CLEANUP="$CLEANUP; rmdir $testdir" 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*; $CLEANUP"33 CLEANUP="rm -f *.conf*; rm -f NonConvexEnvelope*; rm -f ${testdir}.xyz; rm -f ${testdir}.dbond; $CLEANUP" 34 34 fi 35 35
Note:
See TracChangeset
for help on using the changeset viewer.