aboutsummaryrefslogtreecommitdiffstats
path: root/run-upgrade-tests.sh
diff options
context:
space:
mode:
Diffstat (limited to 'run-upgrade-tests.sh')
-rwxr-xr-xrun-upgrade-tests.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/run-upgrade-tests.sh b/run-upgrade-tests.sh
index 97a838557b7..d263cfa922e 100755
--- a/run-upgrade-tests.sh
+++ b/run-upgrade-tests.sh
@@ -13,7 +13,7 @@ set -euo pipefail
ORCHESTRATOR_CONFIG_URL=$1
shift 1
-./gradlew --no-daemon --console plain -i \
+./gradlew --no-daemon --console plain \
:tests:integrationTest \
-Dorchestrator.configUrl=$ORCHESTRATOR_CONFIG_URL \
-Dcategory=Upgrade \