Skip to content

Commit 514c17f

Browse files
authored
Update mac-build.yml (TESTFLAGS verbose)
1 parent 6200b8d commit 514c17f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/mac-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ jobs:
146146
export TK_NO_STDERR=1
147147
}
148148
fi
149-
( runXvfb :0; make test-classic; exit $? ) | tee out-classic.txt || {
149+
( runXvfb :0; make test-classic TESTFLAGS="-verbose bepst" ; exit $? ) | tee out-classic.txt || {
150150
echo "::error::Failure during Test (classic)"
151151
exit 1
152152
}

0 commit comments

Comments
 (0)