summaryrefslogtreecommitdiffstats
path: root/phoronix-test-suite
diff options
context:
space:
mode:
authorMichael Larabel <Michael AT phoronix.com>2008-05-16 17:34:51 -0400
committerMichael Larabel <Michael AT phoronix.com>2008-05-16 17:34:51 -0400
commit29b7786386e3fdce7336369c6a4021ace194665a (patch)
tree9782a262e2a9adbfcf5e5eb92826692122d27c04 /phoronix-test-suite
parent90648473d4e05ed18fa0e045e33132f0ac0c1385 (diff)
downloadphoronix-test-suite-upstream-29b7786386e3fdce7336369c6a4021ace194665a.tar.gz
phoronix-test-suite-upstream-29b7786386e3fdce7336369c6a4021ace194665a.tar.xz
phoronix-test-suite-upstream-29b7786386e3fdce7336369c6a4021ace194665a.zip
Merge test-info and suite-info into generic info argument (though the earlier options are still compatible) and auto-detect the type.
Diffstat (limited to 'phoronix-test-suite')
-rwxr-xr-xphoronix-test-suite7
1 files changed, 2 insertions, 5 deletions
diff --git a/phoronix-test-suite b/phoronix-test-suite
index 5fcd222..2ed14a3 100755
--- a/phoronix-test-suite
+++ b/phoronix-test-suite
@@ -106,11 +106,8 @@ case "$1" in
"show-result")
$PHP_BIN pts-core/pts-run-cmd.php SHOW_RESULT $2
;;
-"suite-info" | "suite-information")
- $PHP_BIN pts-core/pts-run-cmd.php SUITE_INFO $2
- ;;
-"test-info" | "test-information")
- $PHP_BIN pts-core/pts-run-cmd.php TEST_INFO $2
+"info" | "suite-info" | "suite-information" | "test-info" | "test-information")
+ $PHP_BIN pts-core/pts-run-cmd.php INFO $2
;;
"system-info" | "system-information")
$PHP_BIN pts-core/pts-run-cmd.php SYS_INFO