From: Joseph Sutton Date: Tue, 29 Aug 2023 08:50:32 +0000 (+1200) Subject: ldb: Heed return code from Python testsuite X-Git-Tag: tevent-0.16.0~783 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5de640fc58113014fef7c6b27b63810fa503984b;p=thirdparty%2Fsamba.git 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 Reviewed-by: Andrew Bartlett --- diff --git a/lib/ldb/wscript b/lib/ldb/wscript index 0d9320277d9..bb49e95382c 100644 --- a/lib/ldb/wscript +++ b/lib/ldb/wscript @@ -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