From 4b1ef679ef7b53c79763f04c32aba8b1f9178117 Mon Sep 17 00:00:00 2001 From: Flammie A Pirinen Date: Mon, 27 May 2024 11:17:46 +0200 Subject: [PATCH] test_environment is now log_compiler fixes https://github.com/giellalt/lang-smj/issues/102 --- am-shared/tools-grammarcheckers-tests-dir-include.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/am-shared/tools-grammarcheckers-tests-dir-include.am b/am-shared/tools-grammarcheckers-tests-dir-include.am index 91e95ce6..71599c46 100644 --- a/am-shared/tools-grammarcheckers-tests-dir-include.am +++ b/am-shared/tools-grammarcheckers-tests-dir-include.am @@ -7,6 +7,7 @@ if WANT_GRAMCHECK # Default variable for all languages -TESTS_ENVIRONMENT = gtgramtool test -s ../$(GTLANG2).zcheck yaml -q 2>/dev/null +LOG_COMPILER=gtgramtool +AM_LOG_FLAGS=test -s ../$(GTLANG2).zcheck yaml endif # WANT_GRAMCHECK