[Piglit] [PATCH v3 3/7] piglit-run.py: Add --resume to the help menu

Dylan Baker baker.dylan.c at gmail.com
Fri Mar 8 11:46:40 PST 2013


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 at gmail.com>
---
 piglit-run.py | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/piglit-run.py b/piglit-run.py
index 28d1a2b..599981d 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
-- 
1.8.1.4



More information about the Piglit mailing list