summaryrefslogtreecommitdiffstats
path: root/phoronix-test-suite
diff options
context:
space:
mode:
authorMichael Larabel <michael@phx-laptop.(none)>2008-11-12 13:57:50 -0500
committerMichael Larabel <michael@phx-laptop.(none)>2008-11-13 10:34:16 -0500
commit1cdd034748ec7a98f88acaa9c90f07c11a2a96e0 (patch)
treedf657370f21ae8e274b3b9ca884f1ae99102cc0d /phoronix-test-suite
parentc5dc7788569565af159e1002f0e30dd491a0c468 (diff)
downloadphoronix-test-suite-upstream-1cdd034748ec7a98f88acaa9c90f07c11a2a96e0.tar.gz
phoronix-test-suite-upstream-1cdd034748ec7a98f88acaa9c90f07c11a2a96e0.tar.xz
phoronix-test-suite-upstream-1cdd034748ec7a98f88acaa9c90f07c11a2a96e0.zip
pts-core: More random changes
Diffstat (limited to 'phoronix-test-suite')
-rwxr-xr-xphoronix-test-suite5
1 files changed, 1 insertions, 4 deletions
diff --git a/phoronix-test-suite b/phoronix-test-suite
index 1bce183..3102d5c 100755
--- a/phoronix-test-suite
+++ b/phoronix-test-suite
@@ -132,12 +132,9 @@ case "$1" in
"make-download-cache")
$PHP_BIN pts-core/pts-run-cmd.php MAKE_DOWNLOAD_CACHE
;;
-"list-tests")
+"list-tests" | "list-all-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
;;