Skip to content

Commit

Permalink
Add -s command line argument
Browse files Browse the repository at this point in the history
Always print to output
  • Loading branch information
syl20bnr committed Jun 5, 2014
1 parent faec939 commit 681efb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nose.el
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ For more details: http://pswinkels.blogspot.ca/2010/04/debugging-python-code-fro
(format
(concat "%s "
(if nose-use-verbose "-v " "")
"%s -w \"%s\" -c \"%ssetup.cfg\" \"%s\"")
"%s -s -w \"%s\" -c \"%ssetup.cfg\" \"%s\"")
nose args where where tnames)))
)

Expand Down

0 comments on commit 681efb9

Please sign in to comment.