浏览代码

fix command line [ci skip]

Nate Brady 8 年之前
父节点
当前提交
fb7d497c62
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -40,7 +40,7 @@ required.
         
 6. Run a test.
 
-        vagrant@TFB-all:~/FrameworkBenchmarks$ toolset/run-tests.py --mode verify --test beego
+        vagrant@TFB-all:~/FrameworkBenchmarks$ ./toolset/run-tests.py --mode verify --test beego
 
 _Note: In order to run the same test again the results (located at FrameworkBenchmarks/results) directory needs to be removed prior to running the test again. This directory is automatically added when tests are run. You can do this automatically by adding the `--clean` option to the test command. `--clean-all` will remove the `results` and `installs` directories._