summaryrefslogtreecommitdiffstats
path: root/phoronix-test-suite
diff options
context:
space:
mode:
authorMichael Larabel <michael@phx-laptop.(none)>2008-04-27 07:33:50 -0400
committerMichael Larabel <michael@phx-laptop.(none)>2008-04-27 07:33:50 -0400
commitc7e5b1d7b3f43e13aa61589b8fdce4087f5e863c (patch)
tree88fc2e3e36b59d099556063413004c65bba6d03b /phoronix-test-suite
parente4a1b30e7d641a0c12cf739eb8f5af93b7bd7ce5 (diff)
downloadphoronix-test-suite-upstream-c7e5b1d7b3f43e13aa61589b8fdce4087f5e863c.tar.gz
phoronix-test-suite-upstream-c7e5b1d7b3f43e13aa61589b8fdce4087f5e863c.tar.xz
phoronix-test-suite-upstream-c7e5b1d7b3f43e13aa61589b8fdce4087f5e863c.zip
Add force-install option to PTS
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 b1315ce..a385a0b 100755
--- a/phoronix-test-suite
+++ b/phoronix-test-suite
@@ -37,6 +37,9 @@ case "$1" in
"install")
$PHP_BIN pts-core/pts-run-cmd.php INSTALL_BENCHMARK $2
;;
+"force-install")
+ $PHP_BIN pts-core/pts-run-cmd.php FORCE_INSTALL_BENCHMARK $2
+ ;;
"install-dependencies")
$PHP_BIN pts-core/pts-run-cmd.php INSTALL_EXTERNAL_DEPENDENCIES $2
;;