Test: remove testdir also if skip test

This commit is contained in:
Olof hagsand 2022-09-03 13:07:26 +02:00
parent 71fc85af0b
commit 5e2643c382
26 changed files with 69 additions and 18 deletions

View file

@ -13,6 +13,7 @@ APPNAME=example
# Dont run this test with valgrind
if [ $valgrindtest -ne 0 ]; then
echo "...skipped "
rm -rf $dir
return 0 # skip
fi