From 356e9d8a929fce1f1405e6822d677b9caa7e7e6a Mon Sep 17 00:00:00 2001 From: Isaku Yamahata Date: Fri, 15 Mar 2013 10:38:57 +0900 Subject: [PATCH] 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 > Date: Tue Mar 12 10:16:33 2013 -0700 > > remove pylibopenflow tools Signed-off-by: Isaku Yamahata --- util/install.sh | 3 --- 1 file changed, 3 deletions(-) diff --git a/util/install.sh b/util/install.sh index 8bd7cac..ff32b2c 100755 --- a/util/install.sh +++ b/util/install.sh @@ -395,9 +395,6 @@ function oftest { # Install oftest: cd ~/ git clone git://github.com/floodlight/oftest - cd oftest - cd tools/munger - sudo make install } # Install cbench