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.
2 parents 6fd1796 + fe18497 commit 1546818Copy full SHA for 1546818
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
test/tools/run-container.sh
@@ -1,7 +1,7 @@
-echo "docker.io run --name $testContainer $runOptions -d $testImage"
-ID=`docker.io run --name $testContainer $runOptions -d $testImage`
+echo "docker.io run --name $testContainer $runOptions -d $testImage $runCommand"
+ID=`docker.io run --name $testContainer $runOptions -d $testImage $runCommand`
sleep 10
echo " --> Obtaining IP"
0 commit comments