Bertrand Gouny il y a 11 ans
Parent
commit
62defdfd95
2 fichiers modifiés avec 4 ajouts et 0 suppressions
  1. 2 0
      test/tools/end.sh
  2. 2 0
      test/tools/prepare.sh

+ 2 - 0
test/tools/end.sh

@@ -1,5 +1,7 @@
 #!/bin/sh
 
+
+rm -rf $testDir
 ./test/tools/delete-container.sh 
 ./test/tools/delete-image.sh > /dev/null 2>&1
 

+ 2 - 0
test/tools/prepare.sh

@@ -1,5 +1,7 @@
 #!/bin/sh
 
+mkdir -p $testDir
+
 dir=$(dirname $0)
 $dir/delete-container.sh
 $dir/delete-image.sh