2
2
mirror of https://github.com/octoleo/restic.git synced 2024-05-29 07:00:49 +00:00

Remove race detector from tests

This commit is contained in:
Alexander Neumann 2014-11-24 22:19:48 +01:00
parent 08690b99bf
commit 553053afd9

View File

@ -1,8 +1,11 @@
.PHONY: clean all test .PHONY: clean all test
FLAGS=
#FLAGS+=-race
test: test:
for dir in cmd/* ; do \ for dir in cmd/* ; do \
(cd "$$dir"; go build -race) \ (cd "$$dir"; go build $(FLAGS)) \
done done
test/run.sh cmd/khepri/khepri cmd/dirdiff/dirdiff test/run.sh cmd/khepri/khepri cmd/dirdiff/dirdiff