diff options
| author | Marius Gedminas <marius@gedmin.as> | 2014-09-26 15:39:24 +0300 |
|---|---|---|
| committer | Marius Gedminas <marius@gedmin.as> | 2014-09-26 15:39:24 +0300 |
| commit | badbed7115dc6de2207b95f1fd1e7c3fddeced37 (patch) | |
| tree | 162e253a57960b80a0cf429a44094385d29c2bf6 /tests | |
| parent | f8a4a6218d4431b1a227f907685e88c5a3ad35a7 (diff) | |
| download | tox-badbed7115dc6de2207b95f1fd1e7c3fddeced37.tar.gz | |
Report subprocess exit code when invocation fails
Fixes #192
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/test_z_cmdline.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_z_cmdline.py b/tests/test_z_cmdline.py index 283c993..57aba64 100644 --- a/tests/test_z_cmdline.py +++ b/tests/test_z_cmdline.py @@ -200,7 +200,7 @@ def test_run_custom_install_command_error(cmd, initproj): }) result = cmd.run("tox") result.stdout.fnmatch_lines([ - "ERROR: invocation failed, args: ['*/tox.ini*", + "ERROR: invocation failed (errno 13), args: ['*/tox.ini*", ]) assert result.ret |
