diff options
Diffstat (limited to 'test/s3/iam/Makefile')
| -rw-r--r-- | test/s3/iam/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/s3/iam/Makefile b/test/s3/iam/Makefile index b3fa9d37b..7a3f8f950 100644 --- a/test/s3/iam/Makefile +++ b/test/s3/iam/Makefile @@ -75,7 +75,7 @@ start-services: ## Start SeaweedFS services for testing -dataCenter=dc1 -rack=rack1 \ -dir=test-volume-data \ -max=100 \ - -mserver=localhost:$(MASTER_PORT) > weed-volume.log 2>&1 & \ + -master=localhost:$(MASTER_PORT) > weed-volume.log 2>&1 & \ echo $$! > $(VOLUME_PID_FILE) @echo "Waiting for volume server to be ready..." |
