commit 69a7a8d2a976006c8e645df0e843a0051e849cf8 from: Omar Polo date: Sat Dec 18 17:38:23 2021 UTC delete the temp testroot on success commit - 45890490bfa0e5e440c36d736d662a897d80ea65 commit + 69a7a8d2a976006c8e645df0e843a0051e849cf8 blob - a6b2aa9917936f734332e503efaafbe4f1f14863 blob + c84b7784411f6d9709959ec3bdb1fc2b9d13951e --- run-extra-tests.sh +++ run-extra-tests.sh @@ -82,6 +82,8 @@ ret=$? if [ $ret -ne 0 ]; then echo echo "Test failed, leaving root at $testroot" +else + rm -rf "$testroot" fi ${DOAS} pkill kamid