From cd3733515356d120ce790131db33c22dd675838c Mon Sep 17 00:00:00 2001 From: Marcin Grzejszczak Date: Thu, 28 Jan 2016 20:02:13 +0100 Subject: [PATCH] Removed kill at the end for Cloud Foundry e2e --- scripts/runAcceptanceTestsStreamOnCF.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/runAcceptanceTestsStreamOnCF.sh b/scripts/runAcceptanceTestsStreamOnCF.sh index 330b3653f..dc36cf686 100755 --- a/scripts/runAcceptanceTestsStreamOnCF.sh +++ b/scripts/runAcceptanceTestsStreamOnCF.sh @@ -13,4 +13,4 @@ curl "${SCRIPT_URL}" --output runAcceptanceTests.sh chmod +x runAcceptanceTests.sh -./runAcceptanceTests.sh --whattotest "${AT_WHAT_TO_TEST}" --killattheend --cloudfoundry +./runAcceptanceTests.sh --whattotest "${AT_WHAT_TO_TEST}" --cloudfoundry