From 29dce41acb03826a1130f1e32d0c7b8ca1d7bddc Mon Sep 17 00:00:00 2001 From: LiuDui <1693291525@qq.com> Date: Thu, 15 Aug 2019 01:27:01 +0800 Subject: [PATCH] Update indentation of comments Signed-off-by: xichengliudui <1693291525@qq.com> --- test/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/README.md b/test/README.md index 3c8dc9832..7203e16c4 100644 --- a/test/README.md +++ b/test/README.md @@ -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" ``` @@ -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