We don't need this diag. Testers should be patient. :)
authorGreg Sabino Mullane <[email protected]>
Thu, 23 Apr 2009 17:40:39 +0000 (13:40 -0400)
committerGreg Sabino Mullane <[email protected]>
Thu, 23 Apr 2009 17:40:39 +0000 (13:40 -0400)
t/02_checkpoint.t

index 9f77213d00397025b43c9f99f6140d5d97137f71..7021a201024118bd1be95d4fb0e48dbae3036988 100644 (file)
@@ -49,7 +49,6 @@ $host =~ s/socket$//;
 like ($cp->run("-w 20 --datadir=$host"), qr{POSTGRES_CHECKPOINT OK}, $t);
 
 $t=qq{$S returns a warning when checkpoint older than warning option};
-diag "Sleeping for a bit to age the checkpoint time...\n";
 sleep 2;
 like ($cp->run("-w 1 --datadir=$host"), qr{WARNING:}, $t);