mirror of https://github.com/databricks/cli.git
This commit is contained in:
parent
bbbbf30db3
commit
eb58d11f9b
|
@ -8,5 +8,5 @@ trace $CLI bundle exec -- echo --help
|
||||||
# The error message should include the exit code.
|
# The error message should include the exit code.
|
||||||
errcode trace $CLI bundle exec -- bash -c "exit 5"
|
errcode trace $CLI bundle exec -- bash -c "exit 5"
|
||||||
|
|
||||||
# stderr should also be shown in the output.
|
# stderr should also be passed through.
|
||||||
trace $CLI bundle exec -- bash -c "echo hello > /dev/stderr"
|
trace $CLI bundle exec -- bash -c "echo hello > /dev/stderr"
|
||||||
|
|
Loading…
Reference in New Issue