Skip to content

Commit 1546818

Browse files
author
Bertrand Gouny
committed
merge
2 parents 6fd1796 + fe18497 commit 1546818

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
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

test/tools/run-container.sh

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

3-
echo "docker.io run --name $testContainer $runOptions -d $testImage"
4-
ID=`docker.io run --name $testContainer $runOptions -d $testImage`
3+
echo "docker.io run --name $testContainer $runOptions -d $testImage $runCommand"
4+
ID=`docker.io run --name $testContainer $runOptions -d $testImage $runCommand`
55
sleep 10
66

77
echo " --> Obtaining IP"

0 commit comments

Comments
 (0)