Skip to content

Commit 9116169

Browse files
authored
Merge pull request #41 from tcltk/fvogelnew1-patch-1
Update mac-build.yml (TESTFLAGS verbose)
2 parents 6200b8d + 514c17f commit 9116169

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)