summaryrefslogtreecommitdiff
path: root/sw/layoutwriter_setup.mk
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2022-08-31 20:12:55 +0100
committerStephan Bergmann <sbergman@redhat.com>2022-09-01 08:11:18 +0200
commit790b5c3cc3b6627c41696a0cccae88358a6fd1b6 (patch)
tree494916ecfbe68c71fadbef552e7eb1dd270f2b86 /sw/layoutwriter_setup.mk
parentc54c576a5043dc5a0cc01f8c71897373516ae091 (diff)
change ABORT_ON_NON_APPLICATION_FONT_USE to NON_APPLICATION_FONT_USE=...
with =abort to crash and burn if there is font/glyph fallback, and lesser =deny to just restrict to the bundled fonts for the test. Change-Id: I0a8f7046260c24f3bf24ec3a91489924486fb844 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/139132 Reviewed-by: Stephan Bergmann <sbergman@redhat.com> Tested-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'sw/layoutwriter_setup.mk')
-rw-r--r--sw/layoutwriter_setup.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/layoutwriter_setup.mk b/sw/layoutwriter_setup.mk
index 9d10fa9ac2c6..683ca04f4a9f 100644
--- a/sw/layoutwriter_setup.mk
+++ b/sw/layoutwriter_setup.mk
@@ -85,7 +85,7 @@ $(call gb_CppunitTest_get_target,sw_layoutwriter$(1)): \
# assert if font/glyph fallback occurs
$(call gb_CppunitTest_get_target,sw_layoutwriter$(1)): \
EXTRA_ENV_VARS := \
- SAL_ABORT_ON_NON_APPLICATION_FONT_USE=1
+ SAL_NON_APPLICATION_FONT_USE=abort
$(eval $(call gb_CppunitTest_use_more_fonts,sw_layoutwriter$(1)))