Skip to content

Commit 84dded7

Browse files
author
Tom Seddon
committed
Output on test failure for Linux builds.
Try to get some ideas about UI test failures on CI servers.
1 parent 97eb618 commit 84dded7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile.unix.mak

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ _github_ci_ubuntu_install_ffmpeg:
215215

216216
.PHONY:_github_ci_ubuntu_release
217217
_github_ci_ubuntu_release:
218-
$(PYTHON3) "./etc/release/release.py" --verbose $(SUFFIX1)$(shell $(PYTHON3) "./etc/release/release2.py" print-suffix)
218+
$(PYTHON3) "./etc/release/release.py" --verbose --ctest-output-on-failure $(SUFFIX1)$(shell $(PYTHON3) "./etc/release/release2.py" print-suffix)
219219

220220
##########################################################################
221221
##########################################################################

0 commit comments

Comments
 (0)