summaryrefslogtreecommitdiffstats
path: root/phoronix-test-suite
diff options
context:
space:
mode:
authorMichael Larabel <michael@phx-laptop.(none)>2008-04-04 15:08:26 -0400
committerMichael Larabel <michael@phx-laptop.(none)>2008-04-04 15:08:26 -0400
commitb4a3a8a688b4ef27353a9d19b89b2aafa29f793b (patch)
treebcd4477306b5eb837cbf9a6f4e0bb76e44ba82db /phoronix-test-suite
parent22469d5a905bdea70d7cbb9a27a437ab3f2a46e8 (diff)
downloadphoronix-test-suite-upstream-b4a3a8a688b4ef27353a9d19b89b2aafa29f793b.tar.gz
phoronix-test-suite-upstream-b4a3a8a688b4ef27353a9d19b89b2aafa29f793b.tar.xz
phoronix-test-suite-upstream-b4a3a8a688b4ef27353a9d19b89b2aafa29f793b.zip
list-saved-tests argument renamed to list-saved-results
Diffstat (limited to 'phoronix-test-suite')
-rwxr-xr-xphoronix-test-suite6
1 files changed, 3 insertions, 3 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"