summaryrefslogtreecommitdiffstats
path: root/phoronix-test-suite
diff options
context:
space:
mode:
authorMichael Larabel <michael@phx-laptop.(none)>2008-07-09 12:43:15 -0400
committerMichael Larabel <michael@phx-laptop.(none)>2008-08-03 11:49:19 -0400
commite0801a19d4144155065facd16ada486d95e9f397 (patch)
tree89e468ce147ba2d10178ae1d8c989bda3d81122b /phoronix-test-suite
parent9817247d4ebdab589d6b7fdac14db8d31f6aa80c (diff)
downloadphoronix-test-suite-upstream-e0801a19d4144155065facd16ada486d95e9f397.tar.gz
phoronix-test-suite-upstream-e0801a19d4144155065facd16ada486d95e9f397.tar.xz
phoronix-test-suite-upstream-e0801a19d4144155065facd16ada486d95e9f397.zip
Install linux-32bit-libraries and php-extras by default when running PTS
External Dependencies for the first time, plus a few other changes bundled in this commit.
Diffstat (limited to 'phoronix-test-suite')
-rwxr-xr-xphoronix-test-suite2
1 files changed, 1 insertions, 1 deletions
diff --git a/phoronix-test-suite b/phoronix-test-suite
index 745c904..b70aead 100755
--- a/phoronix-test-suite
+++ b/phoronix-test-suite
@@ -123,7 +123,7 @@ case "$1" in
"list-installed-tests")
$PHP_BIN pts-core/pts-run-cmd.php LIST_INSTALLED_TESTS
;;
-"list-results" | "list-saved-results" | "list-results")
+"list-results" | "list-saved-results" | "list-test-results")
$PHP_BIN pts-core/pts-run-cmd.php LIST_SAVED_RESULTS
;;
"show-result" | "show-results" | "view-result" | "view-results")