Re: [ovs-dev] [PATCH] tests/run-ryu: Correct logfile reporting

2014-02-20 Thread Ben Pfaff
On Thu, Feb 20, 2014 at 01:48:10PM +0900, Simon Horman wrote: > $logfile is already prefixed by "$sandbox/" and suffixed by ".log" > so do not duplicate this prefix and suffix combination when appending > $logfile to $logs. > > Cc: YAMAMOTO Takashi > Signed-off-by: Simon Horman Applied, thanks!

[ovs-dev] [PATCH] tests/run-ryu: Correct logfile reporting

2014-02-19 Thread Simon Horman
$logfile is already prefixed by "$sandbox/" and suffixed by ".log" so do not duplicate this prefix and suffix combination when appending $logfile to $logs. Cc: YAMAMOTO Takashi Signed-off-by: Simon Horman --- tests/run-ryu | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test