Commit d04ba396 by Alex Gaynor

Merge remote branch 'origin/master'

parents 29dd2f62 cd914365
......@@ -24,7 +24,7 @@ def runtests(*test_args):
test_args = ['tests', 'suggest']
parent = dirname(abspath(__file__))
sys.path.insert(0, parent)
failures = run_tests(test_args, verbosity=1, interactive=True, failfast=True)
failures = run_tests(test_args, verbosity=1, interactive=True)
sys.exit(failures)
......
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 sign in to comment