Skip to content

Commit 73de835

Browse files
author
Tom Seddon
committed
Remove --ctest-extra-verbose from the macOS build.
It's a huge amount of output, but nothing relevant to the test_beeb_standard problem.
1 parent 3047a27 commit 73de835

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile.osx.mak

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ github_ci_macos_homebrew_ffmpeg:
4949

5050
.PHONY:_github_ci_macos_release
5151
_github_ci_macos_release:
52-
$(PYTHON3) "./etc/release/release.py" --verbose $(TARGET_ARGS) --timestamp=$(shell $(PYTHON3) "./etc/release/release2.py" print-timestamp) --gh-release $(shell $(PYTHON3) "./etc/release/release2.py" print-suffix) --ctest-jobs=1 --ctest-output-on-failure --ctest-extra-verbose
52+
$(PYTHON3) "./etc/release/release.py" --verbose $(TARGET_ARGS) --timestamp=$(shell $(PYTHON3) "./etc/release/release2.py" print-timestamp) --gh-release $(shell $(PYTHON3) "./etc/release/release2.py" print-suffix) --ctest-jobs=1 --ctest-output-on-failure
5353

5454
.PHONY:github_ci_macos_x64
5555
github_ci_macos_x64:

0 commit comments

Comments
 (0)