diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2020-03-16 15:29:52 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2020-03-16 19:09:26 +0100 |
commit | 8ea5a522f76dd089446e901f3cd324f98cd973e7 (patch) | |
tree | 0acd9c18246ab38cf7e15251b7d201dda1f249e0 /solenv | |
parent | a7de363cead5cd0021d2e3df4573d4cbe27df23b (diff) |
make python warnings in our UITests error early
rather than erroring only on some of the buildbots (in particular one of
the daily buildbots seems to have this on by default)
And fix a invalid escape sequence we discover in the process.
Change-Id: Icd62dae2959e5117dec8949ce55dd484503fc446
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/90565
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'solenv')
-rw-r--r-- | solenv/gbuild/UITest.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/solenv/gbuild/UITest.mk b/solenv/gbuild/UITest.mk index f90a1abe1b21..e428dbd03c48 100644 --- a/solenv/gbuild/UITest.mk +++ b/solenv/gbuild/UITest.mk @@ -73,6 +73,7 @@ else PYTHONPATH="$(PYPATH)" \ TestUserDir="$(call gb_Helper_make_url,$(dir $(call gb_UITest_get_target,$*)))" \ PYTHONDONTWRITEBYTECODE=0 \ + PYTHONWARNINGS=error \ $(gb_TEST_ENV_VARS) \ $(gb_UITest_COMMAND) \ --soffice="$(gb_UITest_SOFFICEARG)" \ |