aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDylan Baker <baker.dylan.c@gmail.com>2013-03-08 11:46:40 -0800
committerJordan Justen <jordan.l.justen@intel.com>2013-03-10 15:20:27 -0700
commit005714de1da6fdfb13ce846cd0bd6c086a56306f (patch)
tree16d2a8840076f044259fbf106db0c2b2dc868045
parent4e693a861158cf146b885e552d2297cec00a3170 (diff)
piglit-run.py: Add --resume to the help menu
This option was implemented, however, it was not added to the help menu, meaning that a user needed to know that it existed before they could even attempt to use it. Signed-off-by: Dylan Baker <baker.dylan.c@gmail.com> Reviewed-by: Jordan Justen <jordan.l.justen@intel.com>
-rwxr-xr-xpiglit-run.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/piglit-run.py b/piglit-run.py
index 28d1a2b1..599981d4 100755
--- a/piglit-run.py
+++ b/piglit-run.py
@@ -59,6 +59,8 @@ Options:
--no-concurrency Disables concurrent test runs
--valgrind Run tests in valgrind's memcheck.
-p platform, --platform=platform Name of the piglit platform to use.
+ --resume Resume and interupted test run
+
Example:
%(progName)s tests/all.tests results/all
Run all tests, store the results in the directory results/all