diff options
author | fvogel <fvogelnew1@free.fr> | 2022-01-24 18:08:55 (GMT) |
---|---|---|
committer | fvogel <fvogelnew1@free.fr> | 2022-01-24 18:08:55 (GMT) |
commit | 25562a21eaaa1e6152ec3045eec03763f2a6cdd3 (patch) | |
tree | 6a0eea969b2b18b44026b5aad2df802538ba4828 | |
parent | 0ca77c3467ec16c3841729f49825fe281a54e948 (diff) | |
download | tk-25562a21eaaa1e6152ec3045eec03763f2a6cdd3.zip tk-25562a21eaaa1e6152ec3045eec03763f2a6cdd3.tar.gz tk-25562a21eaaa1e6152ec3045eec03763f2a6cdd3.tar.bz2 |
Ditto for macOS with clang.
-rw-r--r-- | .github/workflows/mac-build.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/mac-build.yml b/.github/workflows/mac-build.yml index 629efdf..189ec6a 100644 --- a/.github/workflows/mac-build.yml +++ b/.github/workflows/mac-build.yml @@ -136,7 +136,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="-verbose bepst"; exit $? ) | tee out-classic.txt || { echo "::error::Failure during Test (classic)" exit 1 } |