summaryrefslogtreecommitdiffstats
path: root/phoronix-test-suite
diff options
context:
space:
mode:
authorMichael Larabel <michael@phx-laptop.(none)>2008-07-09 22:41:17 -0400
committerMichael Larabel <michael@phx-laptop.(none)>2008-08-03 11:49:19 -0400
commit289e8386ed5272a50469be07083b5d682ad848c3 (patch)
tree683b4e275a5295a642d369daef2b3dacd7db57d9 /phoronix-test-suite
parentbfe22b53472f3008e57d68443215f6cc3dab3b24 (diff)
downloadphoronix-test-suite-upstream-289e8386ed5272a50469be07083b5d682ad848c3.tar.gz
phoronix-test-suite-upstream-289e8386ed5272a50469be07083b5d682ad848c3.tar.xz
phoronix-test-suite-upstream-289e8386ed5272a50469be07083b5d682ad848c3.zip
pts-core: Add list-test-usage option for showing the tests that are
installed with the time the test was installed, when the test was last run, and the number of times total the test was run
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 b70aead..3471db9 100755
--- a/phoronix-test-suite
+++ b/phoronix-test-suite
@@ -123,6 +123,9 @@ case "$1" in
"list-installed-tests")
$PHP_BIN pts-core/pts-run-cmd.php LIST_INSTALLED_TESTS
;;
+"list-usage" | "list-test-usage")
+ $PHP_BIN pts-core/pts-run-cmd.php LIST_TEST_USAGE
+ ;;
"list-results" | "list-saved-results" | "list-test-results")
$PHP_BIN pts-core/pts-run-cmd.php LIST_SAVED_RESULTS
;;