xref: /freebsd/contrib/bmake/unit-tests/opt-debug-errors.exp (revision 226192822cddc30cacecd55bccb48f39c653058c)
1956e45f6SSimon J. Gerratyecho '3   spaces'; false
2956e45f6SSimon J. Gerraty3   spaces
3956e45f6SSimon J. Gerraty
4956e45f6SSimon J. Gerraty*** Failed target:  fail-spaces
5956e45f6SSimon J. Gerraty*** Failed command: echo '3 spaces'; false
6956e45f6SSimon J. Gerraty*** Error code 1 (continuing)
7956e45f6SSimon J. Gerratyecho \  indented; false
8956e45f6SSimon J. Gerraty  indented
9956e45f6SSimon J. Gerraty
10956e45f6SSimon J. Gerraty*** Failed target:  fail-escaped-space
11956e45f6SSimon J. Gerraty*** Failed command: echo \ indented; false
12956e45f6SSimon J. Gerraty*** Error code 1 (continuing)
13956e45f6SSimon J. Gerratyecho 'line1
14956e45f6SSimon J. Gerratyline2'; false
15956e45f6SSimon J. Gerratyline1
16956e45f6SSimon J. Gerratyline2
17956e45f6SSimon J. Gerraty
18956e45f6SSimon J. Gerraty*** Failed target:  fail-newline
19956e45f6SSimon J. Gerraty*** Failed command: echo 'line1 line2'; false
20956e45f6SSimon J. Gerraty*** Error code 1 (continuing)
21956e45f6SSimon J. Gerratyecho 'line1 line2'; false
22956e45f6SSimon J. Gerratyline1 line2
23956e45f6SSimon J. Gerraty
24956e45f6SSimon J. Gerraty*** Failed target:  fail-multiline
25956e45f6SSimon J. Gerraty*** Failed command: echo 'line1 line2'; false
26956e45f6SSimon J. Gerraty*** Error code 1 (continuing)
27956e45f6SSimon J. Gerratyecho	'word1'							 'word2'; false
28956e45f6SSimon J. Gerratyword1 word2
29956e45f6SSimon J. Gerraty
30956e45f6SSimon J. Gerraty*** Failed target:  fail-multiline-intention
31956e45f6SSimon J. Gerraty*** Failed command: echo 'word1' 'word2'; false
32956e45f6SSimon J. Gerraty*** Error code 1 (continuing)
33956e45f6SSimon J. Gerraty`all' not remade because of errors.
3406b9b3e0SSimon J. Gerraty
3506b9b3e0SSimon J. GerratyStop.
36*22619282SSimon J. Gerratymake: stopped making "all" in unit-tests
3706b9b3e0SSimon J. Gerratyexit status 1
38