summaryrefslogtreecommitdiffstats
path: root/phoronix-test-suite
diff options
context:
space:
mode:
authorMichael Larabel <michael@phx-laptop.(none)>2008-11-30 15:39:23 -0500
committerMichael Larabel <michael@phx-laptop.(none)>2008-11-30 15:39:23 -0500
commit07eac35d5549b4a2f29753791b3677a89ae7dbf1 (patch)
tree6e133547e4485ca5bd2c8c350c039811df827c40 /phoronix-test-suite
parent3ddf326717d87f563468feffda1ecb35ea6f82dd (diff)
downloadphoronix-test-suite-upstream-07eac35d5549b4a2f29753791b3677a89ae7dbf1.tar.gz
phoronix-test-suite-upstream-07eac35d5549b4a2f29753791b3677a89ae7dbf1.tar.xz
phoronix-test-suite-upstream-07eac35d5549b4a2f29753791b3677a89ae7dbf1.zip
pts-core: Add download-test-files option to download files for a
test/suite but don't install
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 0f07562..df59a09 100755
--- a/phoronix-test-suite
+++ b/phoronix-test-suite
@@ -173,6 +173,9 @@ case "$1" in
"clone")
$PHP_BIN pts-core/phoronix-test-suite.php CLONE_GLOBAL_RESULT $OPTION_ARG
;;
+"download-test-files")
+ $PHP_BIN pts-core/phoronix-test-suite.php DOWNLOAD_TEST_FILES $OPTION_ARG
+ ;;
"install-all" | "force-install-all")
$PHP_BIN pts-core/phoronix-test-suite.php INSTALL_ALL
;;