summaryrefslogtreecommitdiffstats
path: root/pts/test-resources/fio
diff options
context:
space:
mode:
authorMichael Larabel <michael@phx-laptop.(none)>2008-09-12 08:41:42 -0400
committerMichael Larabel <michael@phx-laptop.(none)>2008-09-12 08:41:42 -0400
commit09a0b553fbe30cc366470b634a8440f7ce824929 (patch)
tree5970ad472fbbe0340cf407f3eb94db5e4a1ab76d /pts/test-resources/fio
parent085889d6139d9a7b2ea441fa2f315c7a7cd68793 (diff)
downloadphoronix-test-suite-upstream-09a0b553fbe30cc366470b634a8440f7ce824929.tar.gz
phoronix-test-suite-upstream-09a0b553fbe30cc366470b634a8440f7ce824929.tar.xz
phoronix-test-suite-upstream-09a0b553fbe30cc366470b634a8440f7ce824929.zip
pts: Have the fio test profile remove the dead iometer.1.0 file after
testing
Diffstat (limited to 'pts/test-resources/fio')
-rwxr-xr-xpts/test-resources/fio/install.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/pts/test-resources/fio/install.sh b/pts/test-resources/fio/install.sh
index 9e0631e..24c7743 100755
--- a/pts/test-resources/fio/install.sh
+++ b/pts/test-resources/fio/install.sh
@@ -7,5 +7,6 @@ cd ..
echo "#!/bin/sh
cd fio/
-/usr/bin/time -f \"Total fio Run-Time: %e Seconds\" ./fio \$@ 2>&1" > fio-run
+/usr/bin/time -f \"Total fio Run-Time: %e Seconds\" ./fio \$@ 2>&1
+rm -f iometer.1.0" > fio-run
chmod +x fio-run