Index: modules/simpletest/simpletest.pages.inc =================================================================== RCS file: /cvs/drupal/drupal/modules/simpletest/simpletest.pages.inc,v retrieving revision 1.8 diff -u -r1.8 simpletest.pages.inc --- modules/simpletest/simpletest.pages.inc 11 Jul 2009 06:14:48 -0000 1.8 +++ modules/simpletest/simpletest.pages.inc 21 Jul 2009 00:05:32 -0000 @@ -426,7 +426,7 @@ '#type' => 'checkbox', '#title' => t('Provide verbose information when running tests'), '#description' => t('The verbose data will be printed along with the standard assertions. Useful for debugging.'), - '#default_value' => variable_get('simpletest_verbose', TRUE), + '#default_value' => variable_get('simpletest_verbose', FALSE), ); $form['httpauth'] = array(