From 2f0b687ac1174fbde2bf1a2eac72e7c83e45d218 Mon Sep 17 00:00:00 2001 From: Marcin Grzejszczak Date: Wed, 9 Dec 2015 23:08:12 +0100 Subject: [PATCH] Reomved unnecessary parameters --- scripts/runAcceptanceTests.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/runAcceptanceTests.sh b/scripts/runAcceptanceTests.sh index ecc45d4b..3e0cde3c 100644 --- a/scripts/runAcceptanceTests.sh +++ b/scripts/runAcceptanceTests.sh @@ -44,7 +44,7 @@ done if [ "$success" = true ] ; then echo "Successfully booted up all the apps. Proceeding with the acceptance tests" - bash -e runAcceptanceTests.sh -Dspring.zipkin.enabled=false -Dspring.cloud.zookeeper.maxRetries=5 -Dpresenting.url=$url:9091 + bash -e runAcceptanceTests.sh else echo "Failed to boot the apps. Will now kill the containers and remove them" fi