Merge branch 'WebGUI8' into psgi
This commit is contained in:
commit
02af1c68f9
5 changed files with 14 additions and 5 deletions
|
|
@ -1012,6 +1012,12 @@ sub addToCleanup {
|
|||
}
|
||||
|
||||
sub cleanup {
|
||||
if ($ENV{WEBGUI_TEST_NOCLEANUP}) {
|
||||
(pop @guarded)->dismiss
|
||||
while @guarded;
|
||||
return;
|
||||
}
|
||||
|
||||
# remove guards in reverse order they were added, triggering all of the
|
||||
# requested cleanup operations
|
||||
pop @guarded
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue