summaryrefslogtreecommitdiffstats
path: root/phoronix-test-suite
diff options
context:
space:
mode:
authorMichael Larabel <michael@phx-laptop.(none)>2008-05-22 18:32:32 -0400
committerMichael Larabel <michael@phx-laptop.(none)>2008-05-22 18:32:32 -0400
commit8280aab7642383bc1da6a0400ecbbb412c71ee37 (patch)
treeffa31b2218aae572c09f0b503b9bc226d0df9f00 /phoronix-test-suite
parent55f5e44f098128d9a455f139c375c73272ebed3d (diff)
downloadphoronix-test-suite-upstream-8280aab7642383bc1da6a0400ecbbb412c71ee37.tar.gz
phoronix-test-suite-upstream-8280aab7642383bc1da6a0400ecbbb412c71ee37.tar.xz
phoronix-test-suite-upstream-8280aab7642383bc1da6a0400ecbbb412c71ee37.zip
Add force-install-all option from uncle_fungus
Diffstat (limited to 'phoronix-test-suite')
-rwxr-xr-xphoronix-test-suite3
1 files changed, 3 insertions, 0 deletions
diff --git a/phoronix-test-suite b/phoronix-test-suite
index ccaaf93..d144d3e 100755
--- a/phoronix-test-suite
+++ b/phoronix-test-suite
@@ -71,6 +71,9 @@ case "$1" in
"install-all")
$PHP_BIN pts-core/pts-run-cmd.php INSTALL_ALL
;;
+"force-install-all")
+ $PHP_BIN pts-core/pts-run-cmd.php FORCE_INSTALL_ALL
+ ;;
"run")
$PHP_BIN pts-core/pts-run-benchmark.php $2
;;