[Rt-commit] r12719 - in rt/branches/3.8-TESTING: .
jesse at bestpractical.com
jesse at bestpractical.com
Wed May 28 15:51:20 EDT 2008
Author: jesse
Date: Wed May 28 15:51:16 2008
New Revision: 12719
Modified:
rt/branches/3.8-TESTING/ (props changed)
rt/branches/3.8-TESTING/sbin/rt-test-dependencies.in
Log:
r31977 at 31b: jesse | 2008-05-28 14:57:00 -0400
* remove "at (eval 23) line 6." from the testdeps output
Modified: rt/branches/3.8-TESTING/sbin/rt-test-dependencies.in
==============================================================================
--- rt/branches/3.8-TESTING/sbin/rt-test-dependencies.in (original)
+++ rt/branches/3.8-TESTING/sbin/rt-test-dependencies.in Wed May 28 15:51:16 2008
@@ -414,6 +414,7 @@
if ($@) {
my $error = $@;
$error =~ s/\n(.*)$//s;
+ $error =~ s/at \(eval \d+\) line \d+\.$//;
undef $error unless $error =~ /this is only/;
return ( 0, $error );
More information about the Rt-commit
mailing list