mirror of
https://github.com/restic/restic.git
synced 2025-12-23 05:46:16 +00:00
Remove race detector from tests
This commit is contained in:
5
Makefile
5
Makefile
@@ -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
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user