]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
waf: Run python tests also with tr_TR locale
authorAndreas Schneider <asn@samba.org>
Fri, 18 Nov 2022 07:49:29 +0000 (08:49 +0100)
committerAndreas Schneider <asn@cryptomilk.org>
Fri, 23 Dec 2022 14:17:31 +0000 (14:17 +0000)
BUG: https://bugzilla.samba.org/show_bug.cgi?id=15248

Signed-off-by: Andreas Schneider <asn@samba.org>
Reviewed-by: Stefan Metzmacher <metze@samba.org>
Autobuild-User(master): Andreas Schneider <asn@cryptomilk.org>
Autobuild-Date(master): Fri Dec 23 14:17:31 UTC 2022 on sn-devel-184

lib/ldb/wscript

index 97a1dcd2e5809d4d5d66e177936a2eb99172e5e1..2dfac46403f144c42329210ba79f27bb051ceb54 100644 (file)
@@ -619,6 +619,13 @@ def test(ctx):
          'tests/python/index.py',
          'tests/python/repack.py'],
         extra_env={'SELFTEST_PREFIX': test_prefix})
+    pyret = samba_utils.RUN_PYTHON_TESTS(
+        ['tests/python/api.py',
+         'tests/python/crash.py',
+         'tests/python/index.py',
+         'tests/python/repack.py'],
+        extra_env={'SELFTEST_PREFIX': test_prefix,
+                   'LC_ALL': 'tr_TR.UTF-8'})
     print("Python testsuite returned %d" % pyret)
 
     cmocka_ret = 0