We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b234423 commit 6be87bbCopy full SHA for 6be87bb
runAcceptanceTests.sh
@@ -145,6 +145,6 @@ echo -e "Running acceptance tests"
145
cd $root
146
ACCEPTANCE_TEST_OPTS="-DLOCAL_URL=http://${ZIPKIN_SERVER_HOST} -Dservice1.address=http://${SERVICE1_HOST} -Dzipkin.query.port=80"
147
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
+./gradlew :acceptance-tests:acceptanceTests ${ACCEPTANCE_TEST_OPTS} --stacktrace --no-daemon --configure-on-demand
149
150
# ======================================= TEST END =======================================
0 commit comments