Skip to content

Commit f005082

Browse files
committed
do not swallow output
Signed-off-by: Dr. Jan-Philip Gehrcke <[email protected]>
1 parent a1a1027 commit f005082

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/bats/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ image:
4343
# cmdline args).
4444
.PHONY: tests
4545
tests: image
46-
@mkdir -p tests-out && \
46+
mkdir -p tests-out && \
4747
export _RUNDIR=$$(mktemp -p tests-out -d -t bats-tests-$$(date +%s)-XXXXX) && \
4848
docker run \
4949
--rm \

0 commit comments

Comments
 (0)