Skip to content

Commit

Permalink
find out which textIndex.test testcase fails with --disable-aqua
Browse files Browse the repository at this point in the history
  • Loading branch information
jan.nijtmans committed Sep 3, 2024
1 parent 4dc2261 commit 6e8df46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/mac-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
Expand Down

0 comments on commit 6e8df46

Please sign in to comment.