Browse code

Merge "Don't buffer log output in sed"

Jenkins authored on 2016/12/22 03:04:25
Showing 1 changed files
... ...
@@ -1678,7 +1678,7 @@ function tail_log {
1678 1678
     local logfile=$2
1679 1679
 
1680 1680
     if [[ "$USE_SCREEN" = "True" ]]; then
1681
-        screen_process "$name" "sudo tail -f $logfile | sed 's/\\\\\\\\x1b/\o033/g'"
1681
+        screen_process "$name" "sudo tail -f $logfile | sed -u 's/\\\\\\\\x1b/\o033/g'"
1682 1682
     fi
1683 1683
 }
1684 1684