Summary
Description: Unnamed repository; edit this file to name it for gitweb.
Last Change: Wed 2/3/10 13:04
Recent Commits
>
--git a/pts-core/pts-run-benchmark.php b/pts-core/pts-run-benchmark.php
index fbceaa6..d5c32f2 100644
--- a/pts-core/pts-run-benchmark.php
+++ b/pts-core/pts-run-benchmark.php
@@ -244,7 +244,7 @@ if($SAVE_RESULTS)
echo "Results Saved To: " . SAVE_RESULTS_LOCATION . "$PROPOSED_FILE_NAME.xml\n";
display_web_browser(SAVE_RESULTS_LOCATION . "$PROPOSED_FILE_NAME.xml");
- $upload_results = pts_bool_question("Would you like to upload these results to PTS Global (y/N)?", false);
+ $upload_results = pts_bool_question("Would you like to upload these results to PTS Global (Y/n)?", true);
if($upload_results)
echo "Results Uploaded To: " . pts_global_upload_result(SAVE_RESULTS_LOCATION . "$PROPOSED_FILE_NAME.xml") . "\n";
<
Copyright © 2010 by Phoronix Media