]> git.ipfire.org Git - thirdparty/bugzilla.git/commit
Don't rely on the TEST_VERBOSE environment variable (no longer exported from runtests...
authorjake%acutex.net <>
Sun, 1 Mar 2009 04:03:09 +0000 (04:03 +0000)
committerjake%acutex.net <>
Sun, 1 Mar 2009 04:03:09 +0000 (04:03 +0000)
commit743c714d0a0e5cadf450dcbf027139db30bbef03
tree510ff1d5e39ff78df16f0c4eb891ab6ee7a822b0
parent95afe7247cd9ae3fad2a783056a5484d5e9ae947
Don't rely on the TEST_VERBOSE environment variable (no longer exported from runtests.sh) and instead print to the TESTOUT file handle pulled in from Test::More.  This will allow the testing backend to check for verbosity rather than having to handle it in the .t files.
t/005whitespace.t