Fix command run by planemo test --skip_venv#907
Merged
nsoranzo merged 1 commit intogalaxyproject:masterfrom Jan 3, 2019
Merged
Fix command run by planemo test --skip_venv#907nsoranzo merged 1 commit intogalaxyproject:masterfrom
planemo test --skip_venv#907nsoranzo merged 1 commit intogalaxyproject:masterfrom
Conversation
Fix the following issue found in https://travis-ci.org/peterjc/galaxy_blast/jobs/474815361 : ``` $ planemo test --no_conda_auto_install --galaxy_root ${TRAVIS_BUILD_DIR}/galaxy-${GALAXY_BRANCH} --skip_venv tools/ Testing using galaxy_root /home/travis/build/peterjc/galaxy_blast/galaxy-master Testing tools with command [cd /home/travis/build/peterjc/galaxy_blast/galaxy-master && COMMON_STARTUP_ARGS=--skip-venvexport COMMON_STARTUP_ARGSecho "Set COMMON_STARTUP_ARGS to ${COMMON_STARTUP_ARGS}" && sh run_tests.sh $COMMON_STARTUP_ARGS --report_file /home/travis/build/peterjc/galaxy_blast/tool_test_output.html --xunit_report_file /tmp/tmp0dVdsD/xunit.xml --structured_data_report_file /home/travis/build/peterjc/galaxy_blast/tool_test_output.json functional.test_toolbox] /bin/sh: 1: COMMON_STARTUP_ARGSecho: not found ``` Introduced in commit 434099e .
bgruening
approved these changes
Jan 3, 2019
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fix the following issue found in https://travis-ci.org/peterjc/galaxy_blast/jobs/474815361 :
Introduced in commit 434099e .