Skip to content

Commit 8041348

Browse files
committed
failed "make test" now has matching exit code
1 parent 16992c7 commit 8041348

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ kooky: ${SRC}
2020

2121
.PHONY: test
2222
test:
23-
@env GOWORK=off go test -count=1 -timeout=30s ./... | grep -v '^? '
23+
@set -o pipefail && env GOWORK=off go test -count=1 -timeout=30s ./... | grep -v '^? '
2424

2525
.PHONY: clean
2626
clean:

0 commit comments

Comments
 (0)