summaryrefslogtreecommitdiffstats
path: root/phoronix-test-suite
diff options
context:
space:
mode:
authorMichael Larabel <michael@phx-laptop.(none)>2008-06-23 12:34:00 -0400
committerMichael Larabel <michael@phx-laptop.(none)>2008-08-03 11:49:16 -0400
commit5ebd432762a1ad7865858ec8311725b222249634 (patch)
tree0545f6a23d8a53d8345aca62787418f3aef98649 /phoronix-test-suite
parent975f2f16a3fa108e865e3a9564a1cef82dde96af (diff)
downloadphoronix-test-suite-upstream-5ebd432762a1ad7865858ec8311725b222249634.tar.gz
phoronix-test-suite-upstream-5ebd432762a1ad7865858ec8311725b222249634.tar.xz
phoronix-test-suite-upstream-5ebd432762a1ad7865858ec8311725b222249634.zip
Add list-modules option for listing all available/installed modules
Diffstat (limited to 'phoronix-test-suite')
-rwxr-xr-xphoronix-test-suite6
1 files changed, 6 insertions, 0 deletions
diff --git a/phoronix-test-suite b/phoronix-test-suite
index 92030ba..c8f6b6a 100755
--- a/phoronix-test-suite
+++ b/phoronix-test-suite
@@ -111,6 +111,9 @@ case "$1" in
"list-suites")
$PHP_BIN pts-core/pts-run-cmd.php LIST_SUITES
;;
+"list-modules")
+ $PHP_BIN pts-core/pts-run-cmd.php LIST_MODULES
+ ;;
"list-possible-dependencies")
$PHP_BIN pts-core/pts-run-cmd.php LIST_POSSIBLE_EXTERNAL_DEPENDENCIES
;;
@@ -191,6 +194,9 @@ Result Viewing Options:
upload <saved name>: Upload a saved set of results to PTS Global
login: Enter your PTS Global log-in information for uploading results
+Module Options:
+ list-modules: List all installed/available PTS modules
+
Miscellaneous Options:
make-download-cache: Backup all downloaded test files to ~/.phoronix-test-suite/download-cache/
info <suite / test>: Show detailed information about a test or suite