* Flush the coverage data by doing a shutdown.

svn path=/nixos/trunk/; revision=25481
This commit is contained in:
Eelco Dolstra 2011-01-09 22:33:21 +00:00
parent ef82cd9c48
commit 261430df54

View File

@ -71,6 +71,10 @@ rec {
$client1->screenshot("screen3");
$client2->screenshot("screen4");
$client1->shutdown();
$client2->shutdown();
$server->shutdown();
'';
}