diff --git a/Makefile b/Makefile index 9e0ca59..f554703 100644 --- a/Makefile +++ b/Makefile @@ -174,7 +174,7 @@ test: test-integration .PHONY: test-integration test-integration: - ./tests/test.sh $(IMAGE) $(ARCH) $(VERSION) $(FLAVOUR) + ./tests/test.sh $(IMAGE) $(ARCH) $(VERSION) $(FLAVOUR) $(DOCKER_TAG) # ------------------------------------------------------------------------------------------------- diff --git a/tests/test.sh b/tests/test.sh index c324b2f..032d630 100755 --- a/tests/test.sh +++ b/tests/test.sh @@ -30,8 +30,8 @@ CWD="$(cd -P -- "$(dirname -- "$0")" && pwd -P)" ### ### Sanity check ### -if [ "${#}" -ne "4" ]; then - echo "Usage: start.ci " +if [ "${#}" -ne "5" ]; then + echo "Usage: start.ci " exit 1 fi