From b4c4d9836cbfc77230dd156e4ff701040b8c08f7 Mon Sep 17 00:00:00 2001 From: Evgeny Anatskiy Date: Thu, 15 Dec 2016 23:51:50 +0100 Subject: [PATCH] fixed a typo --- run_tests.sh | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/run_tests.sh b/run_tests.sh index 49810b9035dd..d235f25a2dbe 100755 --- a/run_tests.sh +++ b/run_tests.sh @@ -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: @@ -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 @@ -614,4 +614,3 @@ else # functional tests. grunt --gruntfile=$gruntfile $grunt_task $grunt_args fi -