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 <[email protected]> --- 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 _______________________________________________ Piglit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/piglit
