Skip to content

Conversation

@vvoland
Copy link
Contributor

@vvoland vvoland commented Oct 10, 2025

Running in subshell doesn't automatically propagate its exit code to the parent shell (even with set -e).

This made the make test command NOT exit with a non-zero exit code if the test actually failed.

Also drop tail call because it's actually better to have the full trace.

Running in subshell doesn't automatically propagate its exit code to the
parent shell (even with `set -e`).

This made the `make test` command NOT exit with a non-zero exit code if
the test actually failed.

Also drop `tail` call because it's actually better to have the full
trace.

Signed-off-by: Paweł Gronowski <pawel.gronowski@docker.com>
@vvoland vvoland self-assigned this Oct 10, 2025
@vvoland vvoland merged commit a00c5c3 into docker:master Oct 10, 2025
9 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants