Skip to content
Snippets Groups Projects
Commit 356e9d8a authored by Isaku Yamahata's avatar Isaku Yamahata
Browse files

tools/install.sh: update oftest


Since oftest removed tools/munger directory, install.sh fails as follows
> mininet/util/install.sh: line 399: cd: tools/mnuger: No such file or directory

oftest change set
> commit be8503a69d609d0aee844a91f3f5d66f4e2666c7
> Author: Rich Lane <rlane@bigswitch.com>
> Date:   Tue Mar 12 10:16:33 2013 -0700
>
>     remove pylibopenflow tools

Signed-off-by: default avatarIsaku Yamahata <yamahata@valinux.co.jp>
parent 8838c30e
No related branches found
No related tags found
No related merge requests found
...@@ -395,9 +395,6 @@ function oftest { ...@@ -395,9 +395,6 @@ function oftest {
# Install oftest: # Install oftest:
cd ~/ cd ~/
git clone git://github.com/floodlight/oftest git clone git://github.com/floodlight/oftest
cd oftest
cd tools/munger
sudo make install
} }
# Install cbench # Install cbench
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment