Skip to content

Commit 4e3b17e

Browse files
authored
redirect output of gc/printf test to file to avoid pollution of CI logs (#22021)
1 parent 0194525 commit 4e3b17e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

druntime/test/gc/Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ $(ROOT)/printf$(DOTEXE): $(src_gc)
5050
$(ROOT)/printf$(DOTEXE): private extra_sources = $(src_gc)
5151
$(ROOT)/printf$(DOTEXE): extra_dflags += \
5252
-debug=PRINTF -debug=PRINTF_TO_FILE -debug=COLLECT_PRINTF -version=OnlyLowMemUnittests $(core_ut) -main
53+
$(ROOT)/printf.done: run_args += >$(ROOT)/printf.log
5354

5455
$(ROOT)/memstomp$(DOTEXE): $(src_lifetime)
5556
$(ROOT)/memstomp$(DOTEXE): private extra_sources = $(src_lifetime)

0 commit comments

Comments
 (0)