summaryrefslogtreecommitdiff
path: root/android/scripts/iozone/iozone.sh
diff options
context:
space:
mode:
Diffstat (limited to 'android/scripts/iozone/iozone.sh')
-rwxr-xr-xandroid/scripts/iozone/iozone.sh14
1 files changed, 6 insertions, 8 deletions
diff --git a/android/scripts/iozone/iozone.sh b/android/scripts/iozone/iozone.sh
index 287df09..5807d80 100755
--- a/android/scripts/iozone/iozone.sh
+++ b/android/scripts/iozone/iozone.sh
@@ -2,7 +2,7 @@
#
# iozone test
#
-# Copyright (C) 2013, Linaro Limited.
+# Copyright (C) 2010 - 2014, Linaro Limited.
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License
@@ -16,12 +16,10 @@
#
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
-# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
-# USA.
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
#
-# owner: harigopal.gollamudi@linaro.org
-#
-##############################################################################
+# Author: Harigopal Gollamudi <harigopal.gollamudi@linaro.org>
+# Maintainer: Botao Sun <botao.sun@linaro.org>
# $1 is the testing location. The -b must be specified for parser.
# the file itself does not matter as it is not used.
@@ -35,6 +33,6 @@
# stdout and can be parsed
iozone_cmd="iozone -a -i 0 -i 2 -s 16m -V teststring "
-${iozone_cmd} &> stdout.log
-sh $PWD/android/scripts/iozone/iozoneparser.sh
+${iozone_cmd} > stdout.log 2>&1
+sh $PWD/iozoneparser.sh
rm -rf stdout.log