Make sandbox scripts simpler and more reliable. Remove "remove" option from stop-sandbox and update tests that used it.

This commit is contained in:
Daniel Nichter
2011-08-23 09:11:00 -06:00
parent 4715afc7c0
commit e93381d6b6
13 changed files with 39 additions and 78 deletions

View File

@@ -457,7 +457,7 @@ SKIP: {
);
$dbh->disconnect();
diag(`$trunk/sandbox/stop-sandbox remove 12348 >/dev/null`);
diag(`$trunk/sandbox/stop-sandbox 12348 >/dev/null`);
};
# #############################################################################