[Rt-commit] rt branch, 3.9-trunk, updated. rt-3.9.4-230-gc7b7e94

? sunnavy sunnavy at bestpractical.com
Fri Oct 29 03:18:44 EDT 2010


The branch, 3.9-trunk has been updated
       via  c7b7e947e2049bcdd1664ef79af6f355337b2d0d (commit)
      from  74507be473de5473da1e1222a63dcfebb453d404 (commit)

Summary of changes:
 lib/RT/Test/GnuPG.pm |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

- Log -----------------------------------------------------------------
commit c7b7e947e2049bcdd1664ef79af6f355337b2d0d
Author: sunnavy <sunnavy at bestpractical.com>
Date:   Fri Oct 29 15:02:48 2010 +0800

    use RT::Test::diag to respect TEST_VERBOSE

diff --git a/lib/RT/Test/GnuPG.pm b/lib/RT/Test/GnuPG.pm
index b205678..387d010 100644
--- a/lib/RT/Test/GnuPG.pm
+++ b/lib/RT/Test/GnuPG.pm
@@ -30,7 +30,7 @@ sub import {
 
     RT->Config->Set( GnuPGOptions => %gnupg_options );
 
-    diag "GnuPG --homedir " . RT->Config->Get('GnuPGOptions')->{'homedir'};
+    RT::Test::diag "GnuPG --homedir " . RT->Config->Get('GnuPGOptions')->{'homedir'};
 
     RT->Config->Set( 'MailPlugins' => 'Auth::MailFrom', 'Auth::GnuPG' );
 

-----------------------------------------------------------------------


More information about the Rt-commit mailing list