Skip to content

Commit

Permalink
Fix galaxy-wait invocation.
Browse files Browse the repository at this point in the history
  • Loading branch information
jmchilton committed May 21, 2018
1 parent 999a97a commit e08556d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/run_galaxy_workflow_tests.sh
Expand Up @@ -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" \
Expand Down

0 comments on commit e08556d

Please sign in to comment.