Fix run_tests documentation on skip-selenium flag

Change-Id: Ia625f0b06c7e956366e789d2db18e453915383ee
Fixes: bug #1179956
This commit is contained in:
Imre Farkas 2013-05-21 13:23:19 +02:00
parent d17fd51359
commit 7aad8dfc28
1 changed files with 3 additions and 6 deletions

View File

@ -35,13 +35,10 @@ script. All you need to do is::
./run_tests.sh
Yep, that's it. However, for a quicker test run you can skip the Selenium
tests by using the ``--skip-selenium`` flag::
Yep, that's it. However, for a more thorough test run you can include the
Selenium tests by using the ``--with-selenium`` flag::
./run_tests.sh --skip-selenium
This isn't recommended, but can be a timesaver when you only need to run
the code tests and not the frontend tests during development.
./run_tests.sh --with-selenium
Running a subset of tests
-------------------------