summaryrefslogtreecommitdiff
path: root/unit-tests/varname-make_print_var_on_error-jobs.exp
diff options
context:
space:
mode:
Diffstat (limited to 'unit-tests/varname-make_print_var_on_error-jobs.exp')
-rw-r--r--unit-tests/varname-make_print_var_on_error-jobs.exp5
1 files changed, 3 insertions, 2 deletions
diff --git a/unit-tests/varname-make_print_var_on_error-jobs.exp b/unit-tests/varname-make_print_var_on_error-jobs.exp
index 057c09dcbcf6..81bea0e99ae9 100644
--- a/unit-tests/varname-make_print_var_on_error-jobs.exp
+++ b/unit-tests/varname-make_print_var_on_error-jobs.exp
@@ -1,7 +1,8 @@
-fail
+echo fail all; false 'all' '${.TARGET}' '$${.TARGET}'
+fail all
*** [all] Error code 1
make: stopped in unit-tests
.ERROR_TARGET='all'
-.ERROR_CMD='@: command before @echo fail; false @: command after, with variable expressions expanded'
+.ERROR_CMD='@: before '${.TARGET}' '${.TARGET}' '$${.TARGET}' echo fail ${.TARGET}; false '${.TARGET}' '${.TARGET}' '$${.TARGET}' @: after '${.TARGET}' '${.TARGET}' '$${.TARGET}''
exit status 1