summaryrefslogtreecommitdiffstats
path: root/phoronix-test-suite
diff options
context:
space:
mode:
authorMichael Larabel <michael@phx-laptop.(none)>2008-04-23 13:52:55 -0400
committerMichael Larabel <michael@phx-laptop.(none)>2008-04-23 13:52:55 -0400
commitadbb4b52c95b1b6a7510669de6d510048dbfd1bd (patch)
tree8a5739fde041151e60e39df9e695897f461f31fb /phoronix-test-suite
parentfdc28a7186f6b42eb3b7f7a7bcdca501691608bc (diff)
downloadphoronix-test-suite-upstream-adbb4b52c95b1b6a7510669de6d510048dbfd1bd.tar.gz
phoronix-test-suite-upstream-adbb4b52c95b1b6a7510669de6d510048dbfd1bd.tar.xz
phoronix-test-suite-upstream-adbb4b52c95b1b6a7510669de6d510048dbfd1bd.zip
Add "show-result" 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 b682034..5842c48 100755
--- a/phoronix-test-suite
+++ b/phoronix-test-suite
@@ -62,6 +62,9 @@ case "${task}" in
"list-saved-results")
php pts-core/pts-run-cmd.php LIST_SAVED_RESULTS
;;
+"show-result")
+ php pts-core/pts-run-cmd.php SHOW_RESULT $2
+ ;;
"system-information")
php pts-core/pts-run-cmd.php SYS_INFO
;;
@@ -96,8 +99,8 @@ case "${task}" in
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 "show-result <Saved File>: Show this result file in your web browser"
echo "login: Enter in your PTS Global log-in information for uploading results"
-# echo "build-php: Build A Local Copy Of PHP For The Phoronix Test Suite"
echo "\n"
;;
esac