mirror of
https://github.com/percona/percona-toolkit.git
synced 2025-09-25 21:54:48 +00:00
Make sandbox scripts simpler and more reliable. Remove "remove" option from stop-sandbox and update tests that used it.
This commit is contained in:
@@ -457,7 +457,7 @@ SKIP: {
|
||||
);
|
||||
|
||||
$dbh->disconnect();
|
||||
diag(`$trunk/sandbox/stop-sandbox remove 12348 >/dev/null`);
|
||||
diag(`$trunk/sandbox/stop-sandbox 12348 >/dev/null`);
|
||||
};
|
||||
|
||||
# #############################################################################
|
||||
|
Reference in New Issue
Block a user