Commit 87994b40 authored by Moritz Sichert's avatar Moritz Sichert Committed by Tim Graham
Browse files

Refs #25653 -- Corrected help text for runtests.py --selenium option.

parent c0181f2c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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.')