Altered e2e scripts
This commit is contained in:
17
scripts/runAcceptanceTestsStreamOnCF.sh
Executable file
17
scripts/runAcceptanceTestsStreamOnCF.sh
Executable file
@@ -0,0 +1,17 @@
|
||||
#!/bin/bash
|
||||
|
||||
set -o errexit
|
||||
|
||||
mkdir -p target
|
||||
|
||||
SCRIPT_URL="https://raw.githubusercontent.com/spring-cloud-samples/brewery/master/runAcceptanceTests.sh"
|
||||
AT_WHAT_TO_TEST="SLEUTH_STREAM"
|
||||
export BUILD_DIRECTORY="brewery"
|
||||
|
||||
cd target
|
||||
|
||||
curl "${SCRIPT_URL}" --output runAcceptanceTests.sh
|
||||
|
||||
chmod +x runAcceptanceTests.sh
|
||||
|
||||
./runAcceptanceTests.sh --whattotest "${AT_WHAT_TO_TEST}" --killattheend --cloudfoundry
|
||||
Reference in New Issue
Block a user