summaryrefslogtreecommitdiffstats
path: root/phoronix-test-suite
diff options
context:
space:
mode:
authorMichael Larabel <michael@phx-laptop.(none)>2008-04-22 19:52:50 -0400
committerMichael Larabel <michael@phx-laptop.(none)>2008-04-22 19:52:50 -0400
commit2e2bc10daa8aa0ad3679aa7fec9911a20973d293 (patch)
treeeb562ae71dc39923a4908fb6cf81aef00bb6f487 /phoronix-test-suite
parent9317a96ac1312639d59c2abeb8bad7f861c2d7f4 (diff)
downloadphoronix-test-suite-upstream-2e2bc10daa8aa0ad3679aa7fec9911a20973d293.tar.gz
phoronix-test-suite-upstream-2e2bc10daa8aa0ad3679aa7fec9911a20973d293.tar.xz
phoronix-test-suite-upstream-2e2bc10daa8aa0ad3679aa7fec9911a20973d293.zip
list-results is alias of list-saved-results argument
Diffstat (limited to 'phoronix-test-suite')
-rwxr-xr-xphoronix-test-suite5
1 files changed, 4 insertions, 1 deletions
diff --git a/phoronix-test-suite b/phoronix-test-suite
index 489390d..b682034 100755
--- a/phoronix-test-suite
+++ b/phoronix-test-suite
@@ -56,6 +56,9 @@ case "${task}" in
"list-suites")
php pts-core/pts-run-cmd.php LIST_SUITES
;;
+"list-results")
+ php pts-core/pts-run-cmd.php LIST_SAVED_RESULTS
+ ;;
"list-saved-results")
php pts-core/pts-run-cmd.php LIST_SAVED_RESULTS
;;
@@ -90,7 +93,7 @@ case "${task}" in
echo "remove-result <Saved File>: Remove this saved result file and associated files"
echo "list-tests: List all Phoronix Test Suite test profiles"
echo "list-suites: List all Phoronix Test Suites"
- echo "list-saved-results: List all saved results"
+ echo "list-results: List all saved results"
echo "system-information: Dump detected software and hardware information detected by PTS"
echo "upload <Saved File>: Upload these results to be shared globally"
echo "login: Enter in your PTS Global log-in information for uploading results"