tests/run-ryu: Fix log file names
[sliver-openvswitch.git] / tests / run-ryu
index 678980f..b907a51 100755 (executable)
@@ -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