run-test: Don't remove all testlogs when starting a new test suite

This commit is contained in:
Petri Lehtinen 2009-08-23 13:00:22 +03:00
parent 251722d499
commit c21ade41e0

View File

@ -40,10 +40,9 @@ run_testprog() {
fi
}
rm -rf testlogs
for testfile in $TESTFILES; do
tmpdir="testlogs/`basename $testfile`"
rm -rf $tmpdir
mkdir -p $tmpdir
${srcdir}/split-testfile.py $testfile $tmpdir | while read name; do
run_test loadf_dumpf $tmpdir/$name