databricks-cli/acceptance/bundle/exec/basic/output.txt

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

18 lines
318 B
Plaintext
Raw Normal View History

2025-03-02 17:11:46 +00:00
2025-03-03 14:12:50 +00:00
>>> [CLI] bundle exec -- echo hello, world
hello, world
2025-03-02 17:11:46 +00:00
2025-03-03 14:12:50 +00:00
>>> [CLI] bundle exec -- pwd
[TMPDIR]
2025-03-03 17:35:03 +00:00
>>> [CLI] bundle exec -- echo --help
--help
2025-03-03 17:52:02 +00:00
>>> [CLI] bundle exec -- bash -c exit 5
Error: Running "bash -c exit 5" failed with exit code: 5
Exit code: 1
2025-03-03 18:19:39 +00:00
>>> [CLI] bundle exec -- bash -c echo hello > /dev/stderr
hello