From 5ebd432762a1ad7865858ec8311725b222249634 Mon Sep 17 00:00:00 2001 From: Michael Larabel Date: Mon, 23 Jun 2008 12:34:00 -0400 Subject: Add list-modules option for listing all available/installed modules --- phoronix-test-suite | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'phoronix-test-suite') 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 : 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 : Show detailed information about a test or suite -- cgit