summaryrefslogtreecommitdiff
path: root/lib/zephyr_tests.py
diff options
context:
space:
mode:
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"