[Rt-commit] r13075 - in rt/branches/3.8-TESTING: .

falcone at bestpractical.com falcone at bestpractical.com
Mon Jun 9 16:33:46 EDT 2008


Author: falcone
Date: Mon Jun  9 16:33:46 2008
New Revision: 13075

Modified:
   rt/branches/3.8-TESTING/   (props changed)
   rt/branches/3.8-TESTING/lib/RT/Test.pm

Log:
 r34097 at ketch:  falcone | 2008-06-09 16:32:28 -0400
 * force mail to never invoke sendmail.
   if we shell out to a script that tries to send mail, it won't
   see RT::Test's in-memory munging of MailCommand


Modified: rt/branches/3.8-TESTING/lib/RT/Test.pm
==============================================================================
--- rt/branches/3.8-TESTING/lib/RT/Test.pm	(original)
+++ rt/branches/3.8-TESTING/lib/RT/Test.pm	Mon Jun  9 16:33:46 2008
@@ -114,6 +114,7 @@
 Set( \$DatabaseName , $dbname);
 Set( \$LogToSyslog , undef);
 Set( \$LogToScreen , "warning");
+Set( \$MailCommand, 'testfile');
 };
     print $config $args{'config'} if $args{'config'};
     print $config "\n1;\n";


More information about the Rt-commit mailing list