Skip to content

Commit

Permalink
Fix spec-plugin argument for nose call
Browse files Browse the repository at this point in the history
  • Loading branch information
Tim Jacobi committed Nov 14, 2013
1 parent 16661a4 commit 9f4ffb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runtests.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ def run_tests(verbosity, *test_args):
# Default options:
# --stop Abort on first error/failure
# --nocapture Don't capture STDOUT
args.extend(['--nocapture', '--stop', '--with-specplugin'])
args.extend(['--nocapture', '--stop', '--with-spec'])
else:
# Remove options as nose will pick these up from sys.argv
for arg in args:
Expand Down

0 comments on commit 9f4ffb8

Please sign in to comment.