summaryrefslogtreecommitdiffstats
path: root/pts/test-resources/iozone/install.sh
diff options
context:
space:
mode:
authorMichael Larabel <michael@phx-laptop.(none)>2008-10-11 18:58:12 -0400
committerMichael Larabel <michael@phx-laptop.(none)>2008-10-11 18:58:12 -0400
commit761e3b90aab641ca3bb8d211a11b58d6f55d8288 (patch)
treeafac9ec73c0fccf39d884f00bf9249f06fd0359f /pts/test-resources/iozone/install.sh
parentce4a0ad557845bdde967998025c27ff17ee516b7 (diff)
downloadphoronix-test-suite-upstream-761e3b90aab641ca3bb8d211a11b58d6f55d8288.tar.gz
phoronix-test-suite-upstream-761e3b90aab641ca3bb8d211a11b58d6f55d8288.tar.xz
phoronix-test-suite-upstream-761e3b90aab641ca3bb8d211a11b58d6f55d8288.zip
pts: A variety of changes
Diffstat (limited to 'pts/test-resources/iozone/install.sh')
-rwxr-xr-xpts/test-resources/iozone/install.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/pts/test-resources/iozone/install.sh b/pts/test-resources/iozone/install.sh
index de437bf..122ba50 100755
--- a/pts/test-resources/iozone/install.sh
+++ b/pts/test-resources/iozone/install.sh
@@ -14,5 +14,5 @@ esac
echo "#!/bin/sh
iozone_ram=\$((\$SYS_MEMORY * 2))
-iozone3_308/src/current/iozone -s \${iozone_ram}M \$@ 2>&1" > ../../../iozone
+iozone3_308/src/current/iozone -s \${iozone_ram}M \$@ > \$LOG_FILE 2>&1" > ../../../iozone
chmod +x ../../../iozone