From 6e8df461cdbaf98d5a8581342f5244b8c3415c2d Mon Sep 17 00:00:00 2001 From: "jan.nijtmans" Date: Tue, 3 Sep 2024 21:42:47 +0000 Subject: [PATCH] find out which textIndex.test testcase fails with --disable-aqua --- .github/workflows/mac-build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/mac-build.yml b/.github/workflows/mac-build.yml index fabeae284..970b94929 100644 --- a/.github/workflows/mac-build.yml +++ b/.github/workflows/mac-build.yml @@ -146,7 +146,7 @@ jobs: echo Xvfb not used, this is a --enable-aqua build } fi - ( runXvfb :0; make test-classic; exit $? ) | tee out-classic.txt || { + ( runXvfb :0; make test-classic TESTFLAGS="-file textIndex.test -verbose t"; exit $? ) | tee out-classic.txt || { echo "::error::Failure during Test (classic)" exit 1 }