mirror of
https://github.com/akheron/jansson.git
synced 2025-04-05 21:45:04 +00:00
run-test: Don't remove all testlogs when starting a new test suite
This commit is contained in:
parent
251722d499
commit
c21ade41e0
1 changed files with 1 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue