summaryrefslogtreecommitdiffstats
path: root/pts/test-resources/build-apache
diff options
context:
space:
mode:
authorMichael Larabel <michael@phx-laptop.(none)>2008-05-23 07:13:42 -0400
committerMichael Larabel <michael@phx-laptop.(none)>2008-05-23 07:13:42 -0400
commit07c4eb3830130ae00e0a079519d2ddb5f383c9e4 (patch)
tree0273072b7f61766baba05f8cc1c09c233a3e78bd /pts/test-resources/build-apache
parentb04a71edaf42577add3b9263101284da808e672d (diff)
downloadphoronix-test-suite-upstream-07c4eb3830130ae00e0a079519d2ddb5f383c9e4.tar.gz
phoronix-test-suite-upstream-07c4eb3830130ae00e0a079519d2ddb5f383c9e4.tar.xz
phoronix-test-suite-upstream-07c4eb3830130ae00e0a079519d2ddb5f383c9e4.zip
More profile updates... switch time back to /usr/bin/time and add proper
ImageMagick download links.
Diffstat (limited to 'pts/test-resources/build-apache')
-rw-r--r--pts/test-resources/build-apache/install.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/pts/test-resources/build-apache/install.sh b/pts/test-resources/build-apache/install.sh
index 5a47330..ebf9d6c 100644
--- a/pts/test-resources/build-apache/install.sh
+++ b/pts/test-resources/build-apache/install.sh
@@ -8,6 +8,6 @@ tar -xvf httpd-2.2.8.tar.gz
cd httpd-2.2.8/
./configure > /dev/null
sleep 3
-time -f \"Apache Build Time: %e Seconds\" make -s -j \$NUM_CPU_JOBS 2>&1 | grep Seconds" > time-compile-apache
+/usr/bin/time -f \"Apache Build Time: %e Seconds\" make -s -j \$NUM_CPU_JOBS 2>&1 | grep Seconds" > time-compile-apache
chmod +x time-compile-apache