summaryrefslogtreecommitdiffstats
path: root/phoronix-test-suite
diff options
context:
space:
mode:
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
;;