Skip to content
Snippets Groups Projects
Commit 86e38c49 authored by Tor Myklebust's avatar Tor Myklebust
Browse files

Remove useless line from test stub.

parent 4efec6eb
No related branches found
No related tags found
No related merge requests found
......@@ -384,7 +384,6 @@ def _test():
(failure_count, test_count) = doctest.testmod(globs=globs,
optionflags=doctest.ELLIPSIS)
globs['sc'].stop()
print failure_count,"failures among",test_count,"tests"
if failure_count:
exit(-1)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment