diff options
| author | Moritz Sichert <moritz.sichert@googlemail.com> | 2016-03-03 21:09:35 +0100 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2016-03-03 18:21:07 -0500 |
| commit | 87994b40b3874e45666edfceb313e19611cd460e (patch) | |
| tree | daa19f451d3fbad6288b7d9423e74bce7e6e1830 /tests | |
| parent | c0181f2c1f982d27cdcea2ed293aa34a3ecf7d8b (diff) | |
Refs #25653 -- Corrected help text for runtests.py --selenium option.
Diffstat (limited to 'tests')
| -rwxr-xr-x | tests/runtests.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/runtests.py b/tests/runtests.py index b14bc76ed7..2fa73e7438 100755 --- a/tests/runtests.py +++ b/tests/runtests.py @@ -397,7 +397,7 @@ if __name__ == "__main__": 'is localhost:8081-8179.') parser.add_argument( '--selenium', action='store_true', dest='selenium', default=False, - help='Run the Selenium tests as well (if Selenium is installed).') + help='Run only the Selenium tests (equivalent to "--tag selenium").') parser.add_argument( '--debug-sql', action='store_true', dest='debug_sql', default=False, help='Turn on the SQL query logger within tests.') |
