From 7aad8dfc28f260fdb8b1b7c014af2775d0a54c97 Mon Sep 17 00:00:00 2001 From: Imre Farkas Date: Tue, 21 May 2013 13:23:19 +0200 Subject: [PATCH] Fix run_tests documentation on skip-selenium flag Change-Id: Ia625f0b06c7e956366e789d2db18e453915383ee Fixes: bug #1179956 --- doc/source/ref/run_tests.rst | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/doc/source/ref/run_tests.rst b/doc/source/ref/run_tests.rst index 5bcc1d754..2ffdcc0c6 100644 --- a/doc/source/ref/run_tests.rst +++ b/doc/source/ref/run_tests.rst @@ -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 -------------------------