Skip to content

Commit

Permalink
Fix --external_url and related options
Browse files Browse the repository at this point in the history
Introduced in commit eac6c10 .
  • Loading branch information
nsoranzo committed Jun 13, 2019
1 parent 6013419 commit 421eca8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions run_tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -411,15 +411,15 @@ do
shift
;;
--external_url)
GALAXY_TEST_EXTERNAL=$2
export GALAXY_TEST_EXTERNAL=$2
shift 2
;;
--external_master_key)
GALAXY_CONFIG_MASTER_KEY=$2
export GALAXY_CONFIG_MASTER_API_KEY=$2
shift 2
;;
--external_user_key)
GALAXY_TEST_USER_API_KEY=$2
export GALAXY_TEST_USER_API_KEY=$2
shift 2
;;
-f|-framework|--framework)
Expand Down

0 comments on commit 421eca8

Please sign in to comment.