Skip to content

Commit

Permalink
Merge pull request #3322 from anatskiy/hotfix/run_tests_typo
Browse files Browse the repository at this point in the history
run_tests.sh: a small typo
  • Loading branch information
dannon authored Dec 15, 2016
2 parents 36895d1 + b4c4d98 commit 330cb43
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions run_tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,10 @@ Run a specific API test:
Run all selenium tests (Under Linux using Docker):
# Start selenium chrome Docker container
docker run -d -p 4444:4444 -v /dev/shm:/dev/shm selenium/standalone-chrome:3.0.1-aluminum
docker run -d -p 4444:4444 -v /dev/shm:/dev/shm selenium/standalone-chrome:3.0.1-aluminum
GALAXY_TEST_SELENIUM_REMOTE=1 ./run_tests.sh -selenium
Run a specific selenium test (under Linux or Mac OS X after installing geckodriver or chromedriver):
Run a specific selenium test (under Linux or Mac OS X after installing geckodriver or chromedriver):
./run_tests.sh -selenium test/selenium_tests/test_registration.py:RegistrationTestCase.test_reregister_username_fails
Note About Selenium Tests:
Expand Down Expand Up @@ -81,7 +81,7 @@ carefully ahead of time.
External Tests:
A small subset of tests can be run against an existing Galxy
A small subset of tests can be run against an existing Galaxy
instance. The external Galaxy instance URL can be configured with
--external_url. If this is set, either --external_master_key or
--external_user_key must be set as well - more tests can be executed
Expand Down Expand Up @@ -614,4 +614,3 @@ else
# functional tests.
grunt --gruntfile=$gruntfile $grunt_task $grunt_args
fi

0 comments on commit 330cb43

Please sign in to comment.