Skip to content

Commit

Permalink
[#229 state:resolved] Removing the MT_CONFIG statement seemed to fix …
Browse files Browse the repository at this point in the history
…the compilation problem. Now that the test can run several errors have been revealed though.
  • Loading branch information
tima committed Oct 7, 2010
1 parent 077bfa9 commit f4a33b1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions t/35-tags.t
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ use strict;
use warnings;
use IPC::Open2;

BEGIN {
$ENV{MT_CONFIG} = 'mysql-test.cfg';
}
#BEGIN {
# $ENV{MT_CONFIG} ||= 'sqllite-test.cfg';
#}

$| = 1;

Expand Down

0 comments on commit f4a33b1

Please sign in to comment.