@@ -1,5 +1,5 @@
NAME = osixia/openldap
-VERSION = 0.8.0
+VERSION = 0.9.0
.PHONY: all build test tag_latest release
@@ -9,7 +9,7 @@ build:
docker.io build -t $(NAME):$(VERSION) --rm .
test:
- env NAME=$(NAME) VERSION=$(VERSION) ./test.sh
+ env NAME=$(NAME) VERSION=$(VERSION) ./test.sh debug
tag_latest:
docker.io tag $(NAME):$(VERSION) $(NAME):latest
@@ -1,5 +1,7 @@
#!/bin/sh
+
+rm -rf $testDir
./test/tools/delete-container.sh
./test/tools/delete-image.sh > /dev/null 2>&1
+mkdir -p $testDir
dir=$(dirname $0)
$dir/delete-container.sh
$dir/delete-image.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"