summaryrefslogtreecommitdiffstats
path: root/phoronix-test-suite
diff options
context:
space:
mode:
authorMichael Larabel <michael@phx-laptop.(none)>2008-05-22 13:38:43 -0400
committerMichael Larabel <michael@phx-laptop.(none)>2008-05-22 13:38:43 -0400
commit57c9203e39c7416872b35731cedaf30b366af1a5 (patch)
tree9df9fb2aa597cf73baa4a37a5186774238f2685c /phoronix-test-suite
parentb904cffa72fa6ad441de858dccc03605e27a3e71 (diff)
downloadphoronix-test-suite-upstream-57c9203e39c7416872b35731cedaf30b366af1a5.tar.gz
phoronix-test-suite-upstream-57c9203e39c7416872b35731cedaf30b366af1a5.tar.xz
phoronix-test-suite-upstream-57c9203e39c7416872b35731cedaf30b366af1a5.zip
Add install-all option for installing all available tests (Thanks to
uncle_fungus patch)
Diffstat (limited to 'phoronix-test-suite')
-rwxr-xr-xphoronix-test-suite4
1 files changed, 4 insertions, 0 deletions
diff --git a/phoronix-test-suite b/phoronix-test-suite
index 9040704..ccaaf93 100755
--- a/phoronix-test-suite
+++ b/phoronix-test-suite
@@ -68,6 +68,9 @@ case "$1" in
"install-dependencies")
$PHP_BIN pts-core/pts-run-cmd.php INSTALL_EXTERNAL_DEPENDENCIES $2
;;
+"install-all")
+ $PHP_BIN pts-core/pts-run-cmd.php INSTALL_ALL
+ ;;
"run")
$PHP_BIN pts-core/pts-run-benchmark.php $2
;;
@@ -152,6 +155,7 @@ http://www.phoronix-test-suite.com/
install <suite OR test>: Install or Update The Specified Test(s)
install-dependencies <suite OR test>: Install The External (Distribution) Dependencies For Specified Test(s)
+install-all: Install or Update all available tests
run <suite OR test>: Run The Specified Test/Suite
batch-run <suite OR test>: Run The Specified Test/Suite in Batch Mode
benchmark <suite OR test OR saved file>: Same as manually running install and then run