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

Dylan Baker baker.dylan.c at gmail.com
Sat Mar 2 16:00:53 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 8931a7d..a5f6ed9 100755
--- a/piglit-run.py
+++ b/piglit-run.py
@@ -53,6 +53,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.2



More information about the Piglit mailing list