From 29b7786386e3fdce7336369c6a4021ace194665a Mon Sep 17 00:00:00 2001 From: Michael Larabel Date: Fri, 16 May 2008 17:34:51 -0400 Subject: Merge test-info and suite-info into generic info argument (though the earlier options are still compatible) and auto-detect the type. --- phoronix-test-suite | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'phoronix-test-suite') 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 -- cgit