Changeset 2bc713 for molecuilder/tests


Ignore:
Timestamp:
Apr 26, 2010, 6:19:38 PM (15 years ago)
Author:
Frederik Heber <heber@…>
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.
Message:

Merge branch 'FixMolecuilderTestsTesselations_defs' into Analysis_PairCorrelation

Location:
molecuilder/tests/Tesselations
Files:
1 deleted
1 edited

Legend:

Unmodified
Added
Removed
  • molecuilder/tests/Tesselations/defs.in

    r3d1097 r2bc713  
    2626        if $testdir_exists; then :; else
    2727                mkdir $testdir
    28                 CLEANUP="rmdir $testdir; $CLEANUP"
     28                CLEANUP="$CLEANUP; rmdir $testdir"
    2929        fi
    3030        cp  @srcdir@/$testdir/* $testdir/
    3131        cd $testdir
    3232        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"
    3434fi
    3535
Note: See TracChangeset for help on using the changeset viewer.