This commit is contained in:
Shreyas Goenka 2025-03-03 19:52:45 +01:00
parent bbbbf30db3
commit eb58d11f9b
No known key found for this signature in database
GPG Key ID: 92A07DF49CCB0622
1 changed files with 1 additions and 1 deletions

View File

@ -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"