summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xphoronix-test-suite6
-rw-r--r--pts-core/pts-run-cmd.php2
2 files changed, 4 insertions, 4 deletions
diff --git a/phoronix-test-suite b/phoronix-test-suite
index 6f73ef0..f78b095 100755
--- a/phoronix-test-suite
+++ b/phoronix-test-suite
@@ -46,8 +46,8 @@ case "${task}" in
"list-suites")
php pts-core/pts-run-cmd.php LIST_SUITES
;;
-"list-saved-tests")
- php pts-core/pts-run-cmd.php LIST_SAVED_TESTS
+"list-saved-results")
+ php pts-core/pts-run-cmd.php LIST_SAVED_RESULTS
;;
"remote-comparison")
php pts-core/pts-run-cmd.php REMOTE_COMPARISON $2 $3
@@ -68,7 +68,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 Benchmark profiles"
echo "list-suites: List all Phoronix Test Suites"
- echo "list-saved-tests: List all saved results"
+ echo "list-saved-results: List all saved results"
echo "upload <Saved File>: Upload these results to be shared globally"
echo "build-php: Build A Local Copy Of PHP For The Phoronix Test Suite"
echo "\n"
diff --git a/pts-core/pts-run-cmd.php b/pts-core/pts-run-cmd.php
index 4271299..b22d1e6 100644
--- a/pts-core/pts-run-cmd.php
+++ b/pts-core/pts-run-cmd.php
@@ -82,7 +82,7 @@ switch($COMMAND)
}
echo "\n";
break;
- case "LIST_SAVED_TESTS":
+ case "LIST_SAVED_RESULTS":
echo "\n=================================\n";
echo "Phoronix Test Suite - Saved Results\n";
echo "=================================\n\n";