Browse Source

Updated readme to make changing dir clearer

Updated readme to make it clearer to move into the FrameworkBenchmarks directory in the vagrant machine before running the first test.
Nate 9 năm trước cách đây
mục cha
commit
586f1572e8
1 tập tin đã thay đổi với 4 bổ sung1 xóa
  1. 4 1
      README.md

+ 4 - 1
README.md

@@ -43,9 +43,12 @@ required.
 
         $ vagrant ssh
 
-5. Run a test.
+5. Move into the FrameworkBenchmarks directory in the vm.
 
         vagrant@TFB-all:~$ cd ~/FrameworkBenchmarks
+        
+6. Run a test.
+
         vagrant@TFB-all:~/FrameworkBenchmarks$ toolset/run-tests.py --install server --mode verify --test beego
 
 _Note: `--install server` only needs to be added the first time that a tests is run.