[Rt-commit] r15249 - rt/3.8/branches/parallel-testing/lib/RT
falcone at bestpractical.com
falcone at bestpractical.com
Tue Aug 19 17:37:08 EDT 2008
Author: falcone
Date: Tue Aug 19 17:37:08 2008
New Revision: 15249
Modified:
rt/3.8/branches/parallel-testing/lib/RT/Test.pm
Log:
* have to fully qualify BAIL_OUT
Modified: rt/3.8/branches/parallel-testing/lib/RT/Test.pm
==============================================================================
--- rt/3.8/branches/parallel-testing/lib/RT/Test.pm (original)
+++ rt/3.8/branches/parallel-testing/lib/RT/Test.pm Tue Aug 19 17:37:08 2008
@@ -190,7 +190,7 @@
my %args = @_;
unless (defined $ENV{'RT_DBA_USER'} && defined $ENV{'RT_DBA_PASSWORD'}) {
- BAIL_OUT("RT_DBA_USER and RT_DBA_PASSWORD environment variables need to be set in order to run 'make test'") unless $self->db_requires_no_dba;
+ Test::More::BAIL_OUT("RT_DBA_USER and RT_DBA_PASSWORD environment variables need to be set in order to run 'make test'") unless $self->db_requires_no_dba;
}
# bootstrap with dba cred
my $dbh = _get_dbh(RT::Handle->SystemDSN,
More information about the Rt-commit
mailing list