aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorStevan Radakovic <stevan.radakovic@linaro.org>2012-05-17 14:37:39 +0200
committerStevan Radakovic <stevan.radakovic@linaro.org>2012-05-17 14:37:39 +0200
commita9cef5c1fb4515c50ebe7427fc890b2c47c22ee2 (patch)
tree6570a34788e8737e32597547093753f49b51daaa /README
parent9917739d94d0f7b74032a5e1738e6f8bb75f7dda (diff)
Renamed docs into testplans, added separate execution of production testplans.
Diffstat (limited to 'README')
-rw-r--r--README6
1 files changed, 6 insertions, 0 deletions
diff --git a/README b/README
index 93cd867..9d7761b 100644
--- a/README
+++ b/README
@@ -90,6 +90,12 @@ Python and Apache2:
$ testr init
$ testr run
+To run the production test plans (NOTE: They will take a bit more time to run)
+execute the following:
+
+ $ testr init
+ $ testr run testplans.test_suite
+
Tests for PHP license-matching logic
....................................