~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to lib/GenTest.pm

Enable runall-new test. Start replication properly and test that replication is working

Show diffs side-by-side

added added

removed removed

Lines of Context:
93
93
sub sayFile {
94
94
    my ($file) = @_;
95
95
 
 
96
    say("--------- Contents of $file -------------");
96
97
    open FILE,$file;
97
98
    while (<FILE>) {
98
 
        say($_);
 
99
        say("| ".$_);
99
100
    }
100
101
    close FILE;
 
102
    say("----------------------------------");
101
103
}
102
104
 
103
105
sub tmpdir {