From 3e6bcbfe706d43ed36100ffa9103996bd7c8d865 Mon Sep 17 00:00:00 2001 From: "Mark W. Eichin" Date: Tue, 14 Apr 2009 02:31:43 +0000 Subject: allow zephyr_run_doctests -v to work --- lib/zephyr_tests.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'lib/zephyr_tests.py') 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" -- cgit v1.2.3