Skip to content

Commit

Permalink
[FLINK-14939][e2e] Set distDir property
Browse files Browse the repository at this point in the history
  • Loading branch information
zentol committed Nov 27, 2019
1 parent 4b1a9e4 commit 3d657b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/travis_watchdog.sh
Expand Up @@ -283,7 +283,7 @@ case $TEST in
printf "Running java end-to-end tests\n"
printf "==============================================================================\n"

run_with_watchdog "$MVN_E2E"
run_with_watchdog "$MVN_E2E -DdistDir=$(readlink -e build-target)"
else
printf "\n==============================================================================\n"
printf "Previous build failure detected, skipping java end-to-end tests.\n"
Expand Down

0 comments on commit 3d657b4

Please sign in to comment.