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