Home | History | Annotate | Download | only in unit-tests

Lines Matching refs:To

4 # to a file instead of writing it to stderr.
7 # and redirect the debug logging to the given file.
10 # This output goes to the debug log file.
14 # Before main.c 1.362 from 2020-10-03, it was not possible to disable debug
29 # To get the unexpanded text that was actually written to the debug log
40 # To get the unexpanded text that was actually written to the debug log
53 # expect+1: This goes to stdout only, once.
54 . info This goes to stdout only, once.
56 # expect+1: This goes to stderr only, once.
57 . info This goes to stderr only, once.
59 # expect+1: This goes to stderr, and in addition to the debug log.
60 . info This goes to stderr, and in addition to the debug log.
69 # expect: make: Unterminated quoted string [make 'This goes to stdout only, once.]
70 .MAKEFLAGS: 'This goes to stdout only, once.
72 # expect: make: Unterminated quoted string [make 'This goes to stderr only, once.]
73 .MAKEFLAGS: 'This goes to stderr only, once.
75 # expect: make: Unterminated quoted string [make 'This goes to stderr, and in addition to the debug log.]
76 .MAKEFLAGS: 'This goes to stderr, and in addition to the debug log.