Home | History | Annotate | Line # | Download | only in unit-tests
      1 echo '3   spaces'; false
      2 3   spaces
      3 
      4 *** Failed target:  fail-spaces
      5 *** Failed command: echo '3 spaces'; false
      6 *** Error code 1 (continuing)
      7 echo \  indented; false
      8   indented
      9 
     10 *** Failed target:  fail-escaped-space
     11 *** Failed command: echo \ indented; false
     12 *** Error code 1 (continuing)
     13 echo 'line1
     14 line2'; false
     15 line1
     16 line2
     17 
     18 *** Failed target:  fail-newline
     19 *** Failed command: echo 'line1 line2'; false
     20 *** Error code 1 (continuing)
     21 echo 'line1 line2'; false
     22 line1 line2
     23 
     24 *** Failed target:  fail-multiline
     25 *** Failed command: echo 'line1 line2'; false
     26 *** Error code 1 (continuing)
     27 echo	'word1'							 'word2'; false
     28 word1 word2
     29 
     30 *** Failed target:  fail-multiline-intention
     31 *** Failed command: echo 'word1' 'word2'; false
     32 *** Error code 1 (continuing)
     33 `all' not remade because of errors.
     34 
     35 Stop.
     36 make: stopped making "all" in unit-tests
     37 exit status 1
     38