~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to runall-new.pl

  • Committer: Bernt M. Johnsen
  • Date: 2010-03-04 12:45:54 UTC
  • mto: (0.101.22 lp-randgen-xml)
  • mto: This revision was merged to the branch mainline in revision 2435.
  • Revision ID: bernt.johnsen@sun.com-20100304124554-6v46wa6dks03s8nq
Fix referneces to error_log, time-stamp on valgrind and some more

Show diffs side-by-side

added added

removed removed

Lines of Context:
408
408
sub exit_test {
409
409
        my $status = shift;
410
410
    stopServers();
411
 
        print localtime()." [$$] $0 will exit with exit status $status\n";
 
411
        say("[$$] $0 will exit with exit status $status");
412
412
        safe_exit($status);
413
413
}