From: YAMAMOTO Takashi Date: Mon, 17 Feb 2014 08:14:16 +0000 (+0900) Subject: tests/run-ryu: Fix log file names X-Git-Url: http://git.onelab.eu/?p=sliver-openvswitch.git;a=commitdiff_plain;h=1b5a46668bce73b153a6fe4e71d47045f4c99d6e tests/run-ryu: Fix log file names Signed-off-by: YAMAMOTO Takashi Signed-off-by: Ben Pfaff Tested-by: Simon Horman --- diff --git a/tests/run-ryu b/tests/run-ryu index 678980f73..b907a5176 100755 --- a/tests/run-ryu +++ b/tests/run-ryu @@ -103,7 +103,7 @@ do EOF logfile=$sandbox/`echo $app | sed 's,/,.,g'`.log logs="$logs - $sandbox/$log.log" + $sandbox/$logfile.log" ryu-manager "$app" --log-file="$logfile" & pid=$! echo $pid > "$sandbox/ryu.pid" i=0