Merge "Additional attempts to flosh stdout/stderr"

This commit is contained in:
Jenkins 2014-03-14 14:33:22 +00:00 committed by Gerrit Code Review
commit bcc885d88d

View File

@ -541,6 +541,7 @@ if [[ -n "$LOGFILE" ]]; then
print
print > logfile
fflush("")
fflush(logfile)
}' ) 2>&1
# Set up a second fd for output
exec 6> >( tee "${SUMFILE}" )