1
0
mirror of https://github.com/samba-team/samba.git synced 2025-02-26 21:57:41 +03:00

ldb: Heed return code from Python testsuite

When we added a second run of the Python testsuite, the return code from
the first run began to go ignored.

Signed-off-by: Joseph Sutton <josephsutton@catalyst.net.nz>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
This commit is contained in:
Joseph Sutton 2023-08-29 20:50:32 +12:00 committed by Andrew Bartlett
parent b440732e7f
commit 5de640fc58

View File

@ -629,7 +629,7 @@ def test(ctx):
'tests/python/index.py',
'tests/python/repack.py'],
extra_env={'SELFTEST_PREFIX': test_prefix,
'LC_ALL': 'tr_TR.UTF-8'})
'LC_ALL': 'tr_TR.UTF-8'}) or pyret
print("Python testsuite returned %d" % pyret)
cmocka_ret = 0