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

Commit

Permalink
Update indentation of comments
Browse files Browse the repository at this point in the history
Signed-off-by: xichengliudui <[email protected]>
  • Loading branch information
xichengliudui committed Aug 14, 2019
1 parent 13322ca commit 29dce41
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ GOPATH=/go
Using `make -n test`, let us take a look at what `make test` has done.

```
#make -n test
# make -n test
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 \
check build unit-test integration-test cri-test"
```
Expand Down Expand Up @@ -136,7 +136,7 @@ Then integration test could be run as following:
* run a single test suite(all the test function will be run):

``` shell
#go test -check.f APIPingSuite
# go test -check.f APIPingSuite
OK: 3 passed
PASS
ok github.com/dragonflyoss/Dragonfly/test 3.081s
Expand Down

0 comments on commit 29dce41

Please sign in to comment.