From 8cfa76bb3d66bcfba9bf4710a17b150285a59672 Mon Sep 17 00:00:00 2001 From: Manoj Joseph Date: Fri, 18 Jun 2010 15:44:27 -0600 Subject: [PATCH] b=20837 incomplete test output for ost-pools Append output of create_perf_one() to stderr i=robert.read i=grev --- lustre/tests/ost-pools.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lustre/tests/ost-pools.sh b/lustre/tests/ost-pools.sh index 8e86178..6fcf615 100644 --- a/lustre/tests/ost-pools.sh +++ b/lustre/tests/ost-pools.sh @@ -941,7 +941,7 @@ create_perf_one() { rm -rf $dir sync time=$(echo $stat | cut -f 5 -d ' ') - echo $stat > /dev/stderr + echo $stat >> /dev/stderr echo $time } -- 1.8.3.1