mirror of
https://github.com/percona/percona-toolkit.git
synced 2025-09-10 13:11:32 +00:00
All Test::More::diag() in Sandbox.pm instead of just diag().
This commit is contained in:
@@ -202,8 +202,8 @@ sub wipe_clean {
|
||||
# ERROR: Databases are left on slave1: foo
|
||||
# Or maybe not if by chance the DROP statement replicates
|
||||
# between now and then.
|
||||
diag("WARNING: Timeout in Sandbox::wipe_clean() waiting for "
|
||||
. "databases to drop");
|
||||
Test::More::diag("WARNING: Timeout in Sandbox::wipe_clean() "
|
||||
. "waiting for databases to drop");
|
||||
}
|
||||
|
||||
return;
|
||||
|
Reference in New Issue
Block a user