From 9b649b23eff62af9de5dc4ed6e50fecd1f22b509 Mon Sep 17 00:00:00 2001 From: Brian Behlendorf Date: Fri, 6 Feb 2009 15:28:49 -0800 Subject: [PATCH] Minor update to ensure heads make it in to the log --- scripts/zpios-survey.sh | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/scripts/zpios-survey.sh b/scripts/zpios-survey.sh index a37ae56869..2a3a33033e 100755 --- a/scripts/zpios-survey.sh +++ b/scripts/zpios-survey.sh @@ -26,10 +26,11 @@ EOF } print_header() { - echo - echo "================================================================" - echo "Test: $1" - echo +tee -a ${ZPIOS_SURVEY_LOG} << EOF + +================================================================ +Test: $1 +EOF } # Baseline performance for an out of the box config with no manual tuning.