diff options
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/testutils/runcli.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/testutils/runcli.py b/tests/testutils/runcli.py index 3479364f7..a913c4aa2 100644 --- a/tests/testutils/runcli.py +++ b/tests/testutils/runcli.py @@ -293,6 +293,7 @@ class Cli(): exit_code = e.code if not isinstance(exit_code, int): + sys.stdout.write('Program exit code was not an integer: ') sys.stdout.write(str(exit_code)) sys.stdout.write('\n') exit_code = 1 |
