summaryrefslogtreecommitdiffstats
path: root/make-test
diff options
context:
space:
mode:
Diffstat (limited to 'make-test')
-rwxr-xr-xmake-test1
1 files changed, 1 insertions, 0 deletions
diff --git a/make-test b/make-test
index 26785e457..d6d2812cb 100755
--- a/make-test
+++ b/make-test
@@ -39,6 +39,7 @@ parser.add_option('--pdb-failures',
cmd = [nose] + args + [
'-v',
'--with-doctest',
+ '--doctest-tests',
'--exclude=plugins',
]
if options.stop: