We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a07ed80 commit 62defdfCopy full SHA for 62defdf
test/tools/end.sh
@@ -1,5 +1,7 @@
1
#!/bin/sh
2
3
+
4
+rm -rf $testDir
5
./test/tools/delete-container.sh
6
./test/tools/delete-image.sh > /dev/null 2>&1
7
test/tools/prepare.sh
+mkdir -p $testDir
dir=$(dirname $0)
$dir/delete-container.sh
$dir/delete-image.sh
0 commit comments