diff options
| author | rillig <rillig@NetBSD.org> | 2021-04-27 16:23:21 +0000 |
|---|---|---|
| committer | rillig <rillig@NetBSD.org> | 2021-04-27 16:23:21 +0000 |
| commit | aafe41db30cbd6510fc0defabcd05eeb42ccf9f8 (patch) | |
| tree | dba8b93d4bfa68fe03eb8228aa87826eab207a7b /usr.bin/make/unit-tests | |
| parent | b756cc91c8a5bfcb72d49b3ee1bd0702843f7df8 (diff) | |
make: remove stray space in -de output in jobs mode
In compat mode, having a space in this place makes sense to align the
target name with the command. In jobs mode, since each command is
listed in a separate line, there is no need for the double space.
Diffstat (limited to 'usr.bin/make/unit-tests')
| -rw-r--r-- | usr.bin/make/unit-tests/opt-debug-errors-jobs.exp | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/usr.bin/make/unit-tests/opt-debug-errors-jobs.exp b/usr.bin/make/unit-tests/opt-debug-errors-jobs.exp index c4cffbc7a23..25eb2b470b7 100644 --- a/usr.bin/make/unit-tests/opt-debug-errors-jobs.exp +++ b/usr.bin/make/unit-tests/opt-debug-errors-jobs.exp @@ -1,7 +1,7 @@ echo '3 spaces'; false 3 spaces -*** Failed target: fail-spaces +*** Failed target: fail-spaces *** Failed commands: echo '3 spaces'; false *** [fail-spaces] Error code 1 @@ -10,7 +10,7 @@ make: stopped in unit-tests echo \ indented; false indented -*** Failed target: fail-escaped-space +*** Failed target: fail-escaped-space *** Failed commands: echo \ indented; false *** [fail-escaped-space] Error code 1 @@ -21,7 +21,7 @@ line2'; false line1 line2 -*** Failed target: fail-newline +*** Failed target: fail-newline *** Failed commands: echo 'line1${.newline}line2'; false *** [fail-newline] Error code 1 @@ -30,7 +30,7 @@ make: stopped in unit-tests echo 'line1 line2'; false line1 line2 -*** Failed target: fail-multiline +*** Failed target: fail-multiline *** Failed commands: echo 'line1 line2'; false *** [fail-multiline] Error code 1 @@ -39,7 +39,7 @@ make: stopped in unit-tests echo 'word1' 'word2'; false word1 word2 -*** Failed target: fail-multiline-intention +*** Failed target: fail-multiline-intention *** Failed commands: echo 'word1' 'word2'; false *** [fail-multiline-intention] Error code 1 |
