summaryrefslogtreecommitdiffstats
path: root/phoronix-test-suite
diff options
context:
space:
mode:
authorMichael Larabel <michael@phx-laptop.(none)>2008-04-20 15:58:33 -0400
committerMichael Larabel <michael@phx-laptop.(none)>2008-04-20 15:58:33 -0400
commit4809b25227cbeaffbb3030e75e620982e1fad7e2 (patch)
treee95d87d7b09c68e6ebe2b562b13d1526d7a0c339 /phoronix-test-suite
parent5bea4f26e9a701ca444600adc497b2a407631b58 (diff)
downloadphoronix-test-suite-upstream-4809b25227cbeaffbb3030e75e620982e1fad7e2.tar.gz
phoronix-test-suite-upstream-4809b25227cbeaffbb3030e75e620982e1fad7e2.tar.xz
phoronix-test-suite-upstream-4809b25227cbeaffbb3030e75e620982e1fad7e2.zip
Add log-in support for PTS Global accounts. Register for account at
global.phoronix-test-suite.com and then run "phoronix-test-suite login" to login information.
Diffstat (limited to 'phoronix-test-suite')
-rwxr-xr-xphoronix-test-suite6
1 files changed, 5 insertions, 1 deletions
diff --git a/phoronix-test-suite b/phoronix-test-suite
index 875a659..489390d 100755
--- a/phoronix-test-suite
+++ b/phoronix-test-suite
@@ -71,6 +71,9 @@ case "${task}" in
"initial-config")
php pts-core/pts-run-cmd.php INITIAL_CONFIG
;;
+"login")
+ php pts-core/pts-run-cmd.php LOGIN
+ ;;
*)
echo "\n================================="
echo "Phoronix Test Suite"
@@ -90,7 +93,8 @@ case "${task}" in
echo "list-saved-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 "build-php: Build A Local Copy Of PHP For The Phoronix Test Suite"
+ 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