MAINT: pipefail for make with pipes.

This commit is contained in:
Jeremy Wall 2019-02-05 18:50:44 -06:00
parent 6cb9ccd55c
commit 208912fdc2

View File

@ -1,3 +1,5 @@
SHELL = /bin/bash -o pipefail
all: test build all: test build
build: build:
@ -28,4 +30,7 @@ install: test
publish: build test publish: build test
cargo publish cargo publish
(cd docsite; make deploysite) (cd docsite; make deploysite)
clean:
rm -f integration.log stdlibtest.log unittest.log