diff options
Diffstat (limited to 'tests')
-rwxr-xr-x | tests/main.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/main.py b/tests/main.py index 779445d81..5cd68e91d 100755 --- a/tests/main.py +++ b/tests/main.py @@ -21,4 +21,4 @@ import testlib.config as config import testlib.helper as helper config.basedir = helper.absdirpath(__file__) -testlib() +sys.exit(testlib()) |