summaryrefslogtreecommitdiffstats
path: root/phoronix-test-suite
diff options
context:
space:
mode:
authorMichael Larabel <michael@phx-laptop.(none)>2008-09-12 12:13:29 -0400
committerMichael Larabel <michael@phx-laptop.(none)>2008-09-12 12:13:29 -0400
commit82a686b2eec06bd084f89260eddb2a0114ab1605 (patch)
treef1d006df38f696064b7107566f7bbeeffcc3ee63 /phoronix-test-suite
parentfcdc23e0f8c342b471498ed58e3cfe42172bb4e5 (diff)
downloadphoronix-test-suite-upstream-82a686b2eec06bd084f89260eddb2a0114ab1605.tar.gz
phoronix-test-suite-upstream-82a686b2eec06bd084f89260eddb2a0114ab1605.tar.xz
phoronix-test-suite-upstream-82a686b2eec06bd084f89260eddb2a0114ab1605.zip
pts-core: Add support for persistent configuration options that
end-users can easily adjust for PTS modules by running "phoronix-test-suite module-setup MODULE-NAME" that are stored to ~/.phoronix-test-suite/modules-config.xml
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 ff5d3a9..df36a7c 100755
--- a/phoronix-test-suite
+++ b/phoronix-test-suite
@@ -153,6 +153,9 @@ case "$OPTION_HANDLE" in
"module-info")
$PHP_BIN pts-core/pts-run-cmd.php MODULE_INFO $OPTION_ARG
;;
+"module-setup")
+ $PHP_BIN pts-core/pts-run-cmd.php MODULE_SETUP $OPTION_ARG
+ ;;
"system-info" | "system-information")
$PHP_BIN pts-core/pts-run-cmd.php SYS_INFO
;;
@@ -227,6 +230,7 @@ Result Viewing Options:
Module Options:
list-modules: List all installed/available PTS modules
module-info: Show detailed information on a PTS module
+ module-setup: Configure the end-user options for a PTS module
Miscellaneous Options:
make-download-cache: Backup all downloaded test files to ~/.phoronix-test-suite/download-cache/