We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
test
1 parent c7e4dd9 commit f27a79aCopy full SHA for f27a79a
1 file changed
Makefile
@@ -33,7 +33,7 @@ shellcheck: $(FILES)
33
.PHONY: test
34
test: $(foreach channel,$(CHANNELS),build/$(channel)/install.sh)
35
for file in $^; do \
36
- (set -x; docker run --rm -it \
+ (set -eux; docker run --rm -i \
37
$(VOLUME_MOUNTS) \
38
--privileged \
39
-e HOME=/tmp \
0 commit comments