Ver código fonte

Merge pull request #6397 from fanminshi/master

functional-tester: correct goreman command in readme
Xiang Li 9 anos atrás
pai
commit
8f47468a40
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      tools/functional-tester/README.md

+ 1 - 1
tools/functional-tester/README.md

@@ -43,7 +43,7 @@ To run the functional tests on a single machine using Goreman, build with the pr
 
 ```sh
 ./tools/functional-tester/build
-goreman -f tools/functional-tester/Procfile
+goreman -f tools/functional-tester/Procfile start
 ```
 
 Notes: