diff --git a/development/autotests/run-tests.sh b/development/autotests/run-tests.sh index 3a175e7c60..a3f7d12eb4 100755 --- a/development/autotests/run-tests.sh +++ b/development/autotests/run-tests.sh @@ -100,7 +100,7 @@ for tf in $(echo "$TESTS"); do if $cmd > test-log.txt 2>&1; then echo Ok cd .. - rm -rf "out-$t"; + if [ "$V" != "" ]; then rm -rf "out-$t"; fi else echo FAILED cd ..