summary refs log tree commit diff
path: root/tests
diff options
context:
space:
mode:
authorEelco Dolstra <eelco.dolstra@logicblox.com>2011-01-09 22:33:21 +0000
committerEelco Dolstra <eelco.dolstra@logicblox.com>2011-01-09 22:33:21 +0000
commit261430df54179627d275f04da0313f79d3819300 (patch)
tree893196d7175f7e5ab6f2486556f1369b3ce59723 /tests
parentef82cd9c48a2f1da6d7029554bc043c09c8ef28b (diff)
downloadnixpkgs-261430df54179627d275f04da0313f79d3819300.tar
nixpkgs-261430df54179627d275f04da0313f79d3819300.tar.gz
nixpkgs-261430df54179627d275f04da0313f79d3819300.tar.bz2
nixpkgs-261430df54179627d275f04da0313f79d3819300.tar.lz
nixpkgs-261430df54179627d275f04da0313f79d3819300.tar.xz
nixpkgs-261430df54179627d275f04da0313f79d3819300.tar.zst
nixpkgs-261430df54179627d275f04da0313f79d3819300.zip
* Flush the coverage data by doing a shutdown.
svn path=/nixos/trunk/; revision=25481
Diffstat (limited to 'tests')
-rw-r--r--tests/quake3.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/quake3.nix b/tests/quake3.nix
index 8a18030a934..298c9078e74 100644
--- a/tests/quake3.nix
+++ b/tests/quake3.nix
@@ -71,6 +71,10 @@ rec {
 
       $client1->screenshot("screen3");
       $client2->screenshot("screen4");
+
+      $client1->shutdown();
+      $client2->shutdown();
+      $server->shutdown();
     '';
   
 }