Browse Source

functional-tester: update README

Signed-off-by: Gyuho Lee <gyuhox@gmail.com>
Gyuho Lee 7 years ago
parent
commit
8f1d83cd89
1 changed files with 1 additions and 4 deletions
  1. 1 4
      tools/functional-tester/README.md

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

@@ -28,10 +28,7 @@ To run locally, first build tester image:
 
 ```bash
 pushd ../..
-
-make build-docker-functional-tester \
-  -f ./hack/scripts-dev/Makefile
-
+make build-docker-functional-tester
 popd
 ```