Commit 7e9571d
committed
Makefile/test: Fix failure not being propagated
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>1 parent 66ec315 commit 7e9571d
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
45 | | - | |
| 45 | + | |
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
| |||
0 commit comments