Commit 28fab51b authored by Tim Peters's avatar Tim Peters

Missed a spot where the new optional optionflags argument needed to get

passed on.
parent a5da1dc2
......@@ -767,7 +767,7 @@ See doctest.testmod docs for the meaning of optionflags.
if self.verbose:
print "Running", name + ".__doc__"
f, t = run_docstring_examples(object, self.globs, self.verbose, name,
self.compileflags)
self.compileflags, self.optionflags)
if self.verbose:
print f, "of", t, "examples failed in", name + ".__doc__"
self.__record_outcome(name, f, t)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment