Skip to content
This repository was archived by the owner on Dec 20, 2024. It is now read-only.

Commit 29dce41

Browse files
committed
Update indentation of comments
Signed-off-by: xichengliudui <[email protected]>
1 parent 13322ca commit 29dce41

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ GOPATH=/go
6060
Using `make -n test`, let us take a look at what `make test` has done.
6161

6262
```
63-
#make -n test
63+
# make -n test
6464
bash -c "env PATH=/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/usr/X11R6/bin:/usr/local/go/bin:/opt/satools:/root/bin hack/make.sh \
6565
check build unit-test integration-test cri-test"
6666
```
@@ -136,7 +136,7 @@ Then integration test could be run as following:
136136
* run a single test suite(all the test function will be run):
137137

138138
``` shell
139-
#go test -check.f APIPingSuite
139+
# go test -check.f APIPingSuite
140140
OK: 3 passed
141141
PASS
142142
ok github.com/dragonflyoss/Dragonfly/test 3.081s

0 commit comments

Comments
 (0)