[why] Markdown does not translate every line break character in a paragraph into a <br/> tag. ref: http://markdown.cn/
obviously, in some paragraphs of this markdown document, the newline effect is not shown, content would be displayed as a single line, readability would be reduced. --- sparrow/README.md | 2 ++ 1 file changed, 2 insertions(+)
diff --git a/sparrow/README.md b/sparrow/README.md index c7450fd..1906f10 100644 --- a/sparrow/README.md +++ b/sparrow/README.md @@ -72,8 +72,10 @@ ```
执行上述命令正常情况下会提示信息如下: + ``` submit /c/lkp-tests/jobs/iperf.yaml failed, got job_id=0, error: Error resolving real path of '/srv/os/openeuler/aarch64/20.03/boot/vmlinuz': No such file or directory submit /c/lkp-tests/jobs/iperf.yaml failed, got job_id=0, error: Error resolving real path of '/srv/os/openeuler/aarch64/20.03/boot/vmlinuz': No such file or directory + ``` compass-ci搭建完毕,执行步骤4下载所需要的rootfs文件就可以开始进行测试了。
4. 下载rootfs文件(根据所需要的rootfs在[该目录](http://124.90.34.227:11300/os/)%E4%B8%8B%E8%8E%B7%E5%8F%96%E5%AF%B9%E5%BA%94...