Skip to content

Commit fe18497

Browse files
author
Bertrand Gouny
committed
tests
1 parent 62defdf commit fe18497

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ build:
99
docker.io build -t $(NAME):$(VERSION) --rm .
1010

1111
test:
12-
env NAME=$(NAME) VERSION=$(VERSION) ./test.sh
12+
env NAME=$(NAME) VERSION=$(VERSION) ./test-repository.sh
1313

1414
tag_latest:
1515
docker.io tag $(NAME):$(VERSION) $(NAME):latest

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)