summaryrefslogtreecommitdiffstats
path: root/pts/test-resources/build-mplayer
diff options
context:
space:
mode:
authorMichael Larabel <Michael AT phoronix.com>2008-05-18 10:46:17 -0400
committerMichael Larabel <Michael AT phoronix.com>2008-05-18 10:46:17 -0400
commit67505c4810aebacc201436f200a9456b01c8b9f3 (patch)
tree46bad312928c2bf6467ae7dd842de1d727f754db /pts/test-resources/build-mplayer
parent271e6b9ce27958151d2ddcbefbbfed141d1f1c85 (diff)
downloadphoronix-test-suite-upstream-67505c4810aebacc201436f200a9456b01c8b9f3.tar.gz
phoronix-test-suite-upstream-67505c4810aebacc201436f200a9456b01c8b9f3.tar.xz
phoronix-test-suite-upstream-67505c4810aebacc201436f200a9456b01c8b9f3.zip
Add Phoronix pts-graph test for testing PHP and PHP-GD performance
Diffstat (limited to 'pts/test-resources/build-mplayer')
-rw-r--r--pts/test-resources/build-mplayer/install.sh8
1 files changed, 1 insertions, 7 deletions
diff --git a/pts/test-resources/build-mplayer/install.sh b/pts/test-resources/build-mplayer/install.sh
index 7841c80..0773532 100644
--- a/pts/test-resources/build-mplayer/install.sh
+++ b/pts/test-resources/build-mplayer/install.sh
@@ -15,13 +15,7 @@ tar -xjf MPlayer-1.0rc2.tar.bz2
cd MPlayer-1.0rc2/
./configure > /dev/null
sleep 3
-/usr/bin/time -f \"MPlayer Build Time: %e Seconds\" make -s -j \$NUM_CPU_JOBS 2>&1 | grep Seconds
-
-if [ \$? = 2 ]
- then
-/usr/bin/time -f \"MPlayer Build Time: %e Seconds\" make -s 2>&1 | grep Seconds
- exit
-fi" > time-compile-mplayer
+/usr/bin/time -f \"MPlayer Build Time: %e Seconds\" make -s -j \$NUM_CPU_JOBS 2>&1 | grep Seconds" > time-compile-mplayer
chmod +x time-compile-mplayer