From e08556ddbb6646cdc18567fcf78b6976fe8bb7ca Mon Sep 17 00:00:00 2001 From: John Chilton Date: Mon, 21 May 2018 09:36:02 -0400 Subject: [PATCH] Fix galaxy-wait invocation. --- scripts/run_galaxy_workflow_tests.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/run_galaxy_workflow_tests.sh b/scripts/run_galaxy_workflow_tests.sh index 8847c132e..1dc0f14ea 100644 --- a/scripts/run_galaxy_workflow_tests.sh +++ b/scripts/run_galaxy_workflow_tests.sh @@ -90,7 +90,7 @@ elif [ "$PLANEMO_TEST_STYLE" = "docker_test_path_paste" ]; then elif [ "$PLANEMO_TEST_STYLE" = "manual_docker_run_and_test" ]; then docker pull "${PLANEMO_DOCKER_GALAXY_IMAGE}" docker run -d -e "NONUSE=nodejs,proftp,reports" -p "${PLANEMO_SERVE_PORT}:80" "${PLANEMO_DOCKER_GALAXY_IMAGE}" - galaxy-wait "http://localhost:${PLANEMO_SERVE_PORT}" + galaxy-wait -g "http://localhost:${PLANEMO_SERVE_PORT}" planemo $PLANEMO_OPTIONS test \ --engine external_galaxy \ --galaxy_url "$GALAXY_URL" \