Skip to content

Commit 6be87bb

Browse files
Updated script to run acceptance tests
1 parent b234423 commit 6be87bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

runAcceptanceTests.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,6 +145,6 @@ echo -e "Running acceptance tests"
145145
cd $root
146146
ACCEPTANCE_TEST_OPTS="-DLOCAL_URL=http://${ZIPKIN_SERVER_HOST} -Dservice1.address=http://${SERVICE1_HOST} -Dzipkin.query.port=80"
147147
echo -e "\n\nSetting test opts for sleuth stream to call ${ACCEPTANCE_TEST_OPTS}"
148-
./gradlew :acceptance-tests:acceptanceTests "-DLOCAL_URL=http://${ZIPKIN_SERVER_HOST}" "-DserviceUrl=http://${SERVICE1_HOST}" "-Dzipkin.query.port=80" --stacktrace --no-daemon --configure-on-demand
148+
./gradlew :acceptance-tests:acceptanceTests ${ACCEPTANCE_TEST_OPTS} --stacktrace --no-daemon --configure-on-demand
149149

150150
# ======================================= TEST END =======================================

0 commit comments

Comments
 (0)