Whamcloud - gitweb
b=20837 incomplete test output for ost-pools
authorManoj Joseph <manoj.joseph@sun.com>
Fri, 18 Jun 2010 21:44:27 +0000 (15:44 -0600)
committerRobert Read <robert.read@oracle.com>
Fri, 18 Jun 2010 21:49:30 +0000 (14:49 -0700)
Append output of create_perf_one() to stderr

i=robert.read
i=grev

lustre/tests/ost-pools.sh

index 8e86178..6fcf615 100644 (file)
@@ -941,7 +941,7 @@ create_perf_one() {
     rm -rf $dir
     sync
     time=$(echo $stat | cut -f 5 -d ' ')
     rm -rf $dir
     sync
     time=$(echo $stat | cut -f 5 -d ' ')
-    echo $stat > /dev/stderr
+    echo $stat >> /dev/stderr
     echo $time
 }
 
     echo $time
 }