mirror of
https://github.com/pgsty/minio.git
synced 2026-08-10 08:13:28 +03:00
chore: remove duplicate word in comments (#15607)
Signed-off-by: Abirdcfly <fp544037857@gmail.com> Signed-off-by: Abirdcfly <fp544037857@gmail.com>
This commit is contained in:
@@ -40,7 +40,7 @@ import (
|
||||
// $ APP_ARGS="server /tmp/test" go test -cover -tags testrunmain -covermode count -coverpkg="./..." -coverprofile=coverage.cov
|
||||
//
|
||||
// 2. Run System-Tests (when using GitBash prefix this line with MSYS_NO_PATHCONV=1)
|
||||
// Note the the SERVER_ENDPOINT must be reachable from inside the docker container (so don't use localhost!)
|
||||
// Note the SERVER_ENDPOINT must be reachable from inside the docker container (so don't use localhost!)
|
||||
// $ podman run -e MINT_MODE=full -e SERVER_ENDPOINT=192.168.47.11:9000 -e ACCESS_KEY=minioadmin -e SECRET_KEY=minioadmin -v /tmp/mint/log:/mint/log minio/mint
|
||||
//
|
||||
// 3. Stop system under test by sending SIGTERM
|
||||
|
||||
Reference in New Issue
Block a user