summaryrefslogtreecommitdiffstats
path: root/pts/test-resources/build-mplayer
diff options
context:
space:
mode:
authorMichael Larabel <Michael AT phoronix.com>2008-05-20 09:54:13 -0400
committerMichael Larabel <Michael AT phoronix.com>2008-05-20 09:54:13 -0400
commit9aa8f37b209e1ac541ce827dfa91a8ae84b7a761 (patch)
tree7b87324f831df80b91b045b84c475809a387033b /pts/test-resources/build-mplayer
parentef9f2d689c3de55ec2bac162329878bb9393d77b (diff)
downloadphoronix-test-suite-upstream-9aa8f37b209e1ac541ce827dfa91a8ae84b7a761.tar.gz
phoronix-test-suite-upstream-9aa8f37b209e1ac541ce827dfa91a8ae84b7a761.tar.xz
phoronix-test-suite-upstream-9aa8f37b209e1ac541ce827dfa91a8ae84b7a761.zip
Change static /usr/bin/time to time in all test profiles...
Diffstat (limited to 'pts/test-resources/build-mplayer')
-rw-r--r--pts/test-resources/build-mplayer/install.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/pts/test-resources/build-mplayer/install.sh b/pts/test-resources/build-mplayer/install.sh
index 0773532..74abb98 100644
--- a/pts/test-resources/build-mplayer/install.sh
+++ b/pts/test-resources/build-mplayer/install.sh
@@ -15,7 +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" > time-compile-mplayer
+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