From 261430df54179627d275f04da0313f79d3819300 Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Sun, 9 Jan 2011 22:33:21 +0000 Subject: [PATCH] * Flush the coverage data by doing a shutdown. svn path=/nixos/trunk/; revision=25481 --- tests/quake3.nix | 4 ++++ 1 file changed, 4 insertions(+) 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(); ''; }