Changeset 1aa81a for molecuilder/tests


Ignore:
Timestamp:
Feb 24, 2010, 1:17:55 PM (16 years ago)
Author:
Frederik Heber <heber@…>
Children:
44becc
Parents:
536380
Message:

BUGFIX: Tesselation test failed for all molecules on very first run in clean build directory.

  • Fail was caused by rmdir instead of rm -rf, only the latter can delete directories with contents.
File:
1 edited

Legend:

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

    r536380 r1aa81a  
    2626        if $testdir_exists; then :; else
    2727                mkdir $testdir
    28                 CLEANUP="rmdir $testdir; $CLEANUP"
     28                CLEANUP="rm -rf $testdir; $CLEANUP"
    2929        fi
    3030        cp  @srcdir@/$testdir/* $testdir/
Note: See TracChangeset for help on using the changeset viewer.