summaryrefslogtreecommitdiffstats
path: root/phoronix-test-suite
diff options
context:
space:
mode:
authorMichael Larabel <michael@phx-laptop.(none)>2008-08-19 16:23:19 -0400
committerMichael Larabel <michael@phx-laptop.(none)>2008-08-19 16:23:19 -0400
commit74ce9a0a685a6605bfda93db54afce90441dcfdf (patch)
treea4f9ab49184712be9cced0bdeed4ef9880379952 /phoronix-test-suite
parent844b53ce29619c5bc55e7e4f97c6abbdc060ef8e (diff)
downloadphoronix-test-suite-upstream-74ce9a0a685a6605bfda93db54afce90441dcfdf.tar.gz
phoronix-test-suite-upstream-74ce9a0a685a6605bfda93db54afce90441dcfdf.tar.xz
phoronix-test-suite-upstream-74ce9a0a685a6605bfda93db54afce90441dcfdf.zip
pts-core: Add list-all-tests option that is like list-tests but will
also list tests that are marked of an EXPERIMENTAL, PRIVATE, BROKEN, or UNVERIFIED state
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 3cb52fb..3c79894 100755
--- a/phoronix-test-suite
+++ b/phoronix-test-suite
@@ -116,6 +116,9 @@ case "$1" in
"list-tests")
$PHP_BIN pts-core/pts-run-cmd.php LIST_TESTS
;;
+"list-all-tests" | "list-tests-all")
+ $PHP_BIN pts-core/pts-run-cmd.php LIST_ALL_TESTS
+ ;;
"list-suites")
$PHP_BIN pts-core/pts-run-cmd.php LIST_SUITES
;;