diff options
Diffstat (limited to 'python/qpid-python-test')
-rwxr-xr-x | python/qpid-python-test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/qpid-python-test b/python/qpid-python-test index 13f31fe78b..dfe6a6fc7a 100755 --- a/python/qpid-python-test +++ b/python/qpid-python-test @@ -633,7 +633,7 @@ if not list_only: if xmlr: xmlr.end() -if failed or skipped: +if failed: sys.exit(1) else: sys.exit(0) |