summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Larabel <michael@phx-laptop.(none)>2008-05-08 12:24:16 -0400
committerMichael Larabel <michael@phx-laptop.(none)>2008-05-08 12:24:16 -0400
commitea42b6d0b4716a3a9f66b4c4ced1e9438acea22d (patch)
tree0d04109b1324fdcb7f6871b6f1b8918f62bcf365
parentde04f30b1b327f58e099880f0b36cebcaa641321 (diff)
downloadphoronix-test-suite-upstream-ea42b6d0b4716a3a9f66b4c4ced1e9438acea22d.tar.gz
phoronix-test-suite-upstream-ea42b6d0b4716a3a9f66b4c4ced1e9438acea22d.tar.xz
phoronix-test-suite-upstream-ea42b6d0b4716a3a9f66b4c4ced1e9438acea22d.zip
Fix for phoronix-test-suite no detection
-rw-r--r--CHANGE-LOG1
-rwxr-xr-xphoronix-test-suite2
2 files changed, 2 insertions, 1 deletions
diff --git a/CHANGE-LOG b/CHANGE-LOG
index 5dbba54..60ccac6 100644
--- a/CHANGE-LOG
+++ b/CHANGE-LOG
@@ -29,6 +29,7 @@ Phoronix Test Suite
- Add support to read the system's motherboard vendor / model using HAL
- Move generic system parsing functions to pts-core/functions/pts-functions_system_parsing.php
- Add gui-toolkits suite
+- Fix Phoronix Test Suite when PHP/PHP5 is not found
Phoronix Test Suite 0.5.1
May 5, 2008
diff --git a/phoronix-test-suite b/phoronix-test-suite
index 188f350..2478886 100755
--- a/phoronix-test-suite
+++ b/phoronix-test-suite
@@ -40,8 +40,8 @@ then
echo "\n\nPHP5 CLI Must Be Installed To Run The Phoronix Test Suite!"
echo "Only PHP For The Command Line Is Needed, Not A Full-Blown PHP w/ Web Server"
echo "The PHP CLI package is usually called php-cli or php5-cli. Also required is the PHP GD library (php-gd)"
- echo "To attempt to have the dependencies installed automatically, run: phoronix-test-suite install-dependencies pts"
echo "For support visit: http://www.phoronix.com/forums/forumdisplay.php?f=49\n\n"
+ exit
fi
case "$1" in