summaryrefslogtreecommitdiff
path: root/lib/zephyr_tests.py
diff options
context:
space:
mode:
authorGravatar Mark W. Eichin <eichin@thok.org>2009-04-14 02:31:43 +0000
committerGravatar Mark W. Eichin <eichin@thok.org>2009-04-14 02:31:43 +0000
commit3e6bcbfe706d43ed36100ffa9103996bd7c8d865 (patch)
treebdc976a2159ea75620837311b5cf133d623fcff7 /lib/zephyr_tests.py
parentb80192ca90105f27d0dff1c8c89558fa5c212b50 (diff)
allow zephyr_run_doctests -v to work
Diffstat (limited to 'lib/zephyr_tests.py')
-rwxr-xr-xlib/zephyr_tests.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/zephyr_tests.py b/lib/zephyr_tests.py
index 04784c1..2f54bbe 100755
--- a/lib/zephyr_tests.py
+++ b/lib/zephyr_tests.py
@@ -474,6 +474,8 @@ def find_buildpath():
version = "%%prog %s" % __version__)
parser.add_option("--builddir", default="..",
help="where to find the top of the build tree")
+ parser.add_option("--verbose", "-v", action="store_true",
+ help="pass through for doctest.testfile")
opts, args = parser.parse_args()
assert not args, "no args yet"