Skip to content

Commit

Permalink
Allow pretty print of tests which fail with a non-zero return code
Browse files Browse the repository at this point in the history
  • Loading branch information
kintel committed Nov 5, 2014
1 parent 56866bc commit d74450e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/test_cmdline_tool.py
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,6 @@ def run_test(testname, cmd, args):
outfile.close()
if proc.returncode != 0:
print >> sys.stderr, "Error: %s failed with return code %d" % (cmdname, proc.returncode)
return None

return outputname
except OSError, err:
Expand Down

0 comments on commit d74450e

Please sign in to comment.