Skip to content

Commit 62defdf

Browse files
committed
tests
1 parent a07ed80 commit 62defdf

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

test/tools/end.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
#!/bin/sh
22

3+
4+
rm -rf $testDir
35
./test/tools/delete-container.sh
46
./test/tools/delete-image.sh > /dev/null 2>&1
57

test/tools/prepare.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
#!/bin/sh
22

3+
mkdir -p $testDir
4+
35
dir=$(dirname $0)
46
$dir/delete-container.sh
57
$dir/delete-image.sh

0 commit comments

Comments
 (0)