diff options
Diffstat (limited to 'test/scenario_test/README.md')
-rw-r--r-- | test/scenario_test/README.md | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/test/scenario_test/README.md b/test/scenario_test/README.md index df76a2e5..540f6628 100644 --- a/test/scenario_test/README.md +++ b/test/scenario_test/README.md @@ -77,8 +77,7 @@ You also need this operation at every modification to the source code. ```shell $ cd $GOPATH/src/github.com/osrg/gobgp -$ go install ./gobgp/ -$ go install ./gobgpd/ +$ sudo fab -f ./test/lib/base.py make_gobgp_ctn --set tag=gobgp ``` ## <a name="section3"> Run test |