aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorKonstantin Lebedev <9497591+kmlebedev@users.noreply.github.com>2022-07-27 19:22:57 +0500
committerKonstantin Lebedev <9497591+kmlebedev@users.noreply.github.com>2022-07-27 19:22:57 +0500
commit7e09a548a64a6ffd62f40e8b38a96d6b20f9828b (patch)
tree490f9a56b8308a3b116a220128c887c210ab3113 /Makefile
parentf401b996eb421294920fe048df5b1b646a558324 (diff)
downloadseaweedfs-7e09a548a64a6ffd62f40e8b38a96d6b20f9828b.tar.xz
seaweedfs-7e09a548a64a6ffd62f40e8b38a96d6b20f9828b.zip
exclude directories to sync on filer
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index aa736edee..315a62428 100644
--- a/Makefile
+++ b/Makefile
@@ -10,5 +10,5 @@ install:
full_install:
cd weed; go install -tags "elastic gocdk sqlite ydb tikv"
-test:
+tests:
cd weed; go test -tags "elastic gocdk sqlite ydb tikv" -v ./...