From 00a15372c80e5554b394ec99bb1e8d6cb1b052e3 Mon Sep 17 00:00:00 2001 From: Sjur N Moshagen Date: Wed, 29 May 2024 13:50:56 +0300 Subject: [PATCH] Change POS variable content, hard-code filename MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Fixes #100 The bug seems to be caused by some strange overlap between ‘nouns’ and ‘propernouns’ in the parallel testing infra for Automake. By changing the text in the variable to avoid this overlapping pattern, the bug disappears. --- src/fst/morphology/test/generate-propernoun-lemmas.sh.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/fst/morphology/test/generate-propernoun-lemmas.sh.in b/src/fst/morphology/test/generate-propernoun-lemmas.sh.in index 479d116ea..02d81672c 100755 --- a/src/fst/morphology/test/generate-propernoun-lemmas.sh.in +++ b/src/fst/morphology/test/generate-propernoun-lemmas.sh.in @@ -16,9 +16,9 @@ # genereres. De som ikke kan genereres, kopieres til missingProperLemmas.txt ###### Variables: ####### -POS=propernouns +POS=propers ### in ### -source_file=./../generated_files/smi-sma-${POS}.lexc +source_file=./../generated_files/smi-sma-propernouns.lexc generator_file=./../../generator-gt-norm analyser_file=./../../analyser-gt-norm