summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorChad Versace <chad.versace@intel.com>2015-05-22 19:25:17 -0700
committerChad Versace <chad.versace@intel.com>2015-05-22 21:34:59 -0700
commit14b65830b2f46a28dbb5505d4ba63e4303dbdf7d (patch)
treeb11ca280a43ec1d6ed261e0ae1ff2482573b39a5 /doc
parentcda1f5641d6e1f128c03698560379358df246fa8 (diff)
cru/run: Add cmdline option --dump
Add options --dump and --no-dump to crucible-run. The options enable or disable duming images into Crucible's data directory. Also define a new test function, t_dump_image(), that respects the cmdline option. The function is unused for now, but will be used in follow-up patches.
Diffstat (limited to 'doc')
-rw-r--r--doc/crucible-run.txt5
1 files changed, 4 insertions, 1 deletions
diff --git a/doc/crucible-run.txt b/doc/crucible-run.txt
index 30500cb..f61ecea 100644
--- a/doc/crucible-run.txt
+++ b/doc/crucible-run.txt
@@ -2,7 +2,7 @@ NAME
crucible run - run tests
SYNOPSIS
- crucible run [--no-cleanup] [<testname>...]
+ crucible run [--no-cleanup] [--dump|--no-dump] [<testname>...]
DESCRIPTION
Run tests in the order given on the command line. If no tests are given
@@ -14,6 +14,9 @@ OPTIONS
Disable each test's cleanup phase. This is useful because a test may
crash during cleanup but otherwise pass.
+ --dump, --no-dump [default: --no-dump]
+ Dump (or disable dumping) test images into Crucible's data directory.
+
EXAMPLES
Run all tests (except example tests).
$ crucible run