mirror of
https://github.com/samba-team/samba.git
synced 2025-02-26 21:57:41 +03:00
waf: Run python tests also with tr_TR locale
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
This commit is contained in:
parent
24275cd800
commit
0c931fb301
@ -619,6 +619,13 @@ def test(ctx):
|
|||||||
'tests/python/index.py',
|
'tests/python/index.py',
|
||||||
'tests/python/repack.py'],
|
'tests/python/repack.py'],
|
||||||
extra_env={'SELFTEST_PREFIX': test_prefix})
|
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)
|
print("Python testsuite returned %d" % pyret)
|
||||||
|
|
||||||
cmocka_ret = 0
|
cmocka_ret = 0
|
||||||
|
Loading…
x
Reference in New Issue
Block a user