mirror of
https://github.com/zeux/pugixml.git
synced 2024-12-27 13:33:17 +08:00
tests: Disabled VM shutdown/startup overlap to decrease peak memory consumption
git-svn-id: http://pugixml.googlecode.com/svn/trunk@814 99668b35-9821-0410-8761-19e4c4f06640
This commit is contained in:
parent
414ad96d7a
commit
4d605eb865
@ -25,3 +25,9 @@ close LOG;
|
||||
|
||||
$client->close();
|
||||
$server->close();
|
||||
|
||||
# wait for vm shutdown to decrease peak memory consumption
|
||||
while (`vboxmanage showvminfo $vm` !~ /State:\s+powered off/)
|
||||
{
|
||||
sleep(1);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user