We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 66ec315 + 7e9571d commit a00c5c3Copy full SHA for a00c5c3
1 file changed
Makefile
@@ -42,7 +42,7 @@ test: $(foreach channel,$(CHANNELS),build/$(channel)/install.sh)
42
-e VERSION \
43
-e CHANNEL \
44
$(TEST_IMAGE) \
45
- sh $$file) | tail -n 30; \
+ sh $$file) || exit $$?; \
46
done
47
48
AWS?=docker run \
0 commit comments