From a2945a2eb211661a0aa99be666c50ba269e11cab Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Mon, 31 Aug 2009 14:26:31 +0000 Subject: [PATCH] svn path=/nixos/trunk/; revision=16900 --- modules/services/web-servers/apache-httpd/default.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/modules/services/web-servers/apache-httpd/default.nix b/modules/services/web-servers/apache-httpd/default.nix index 66019a9b00e..200d8cc576d 100644 --- a/modules/services/web-servers/apache-httpd/default.nix +++ b/modules/services/web-servers/apache-httpd/default.nix @@ -606,6 +606,9 @@ in in concatMapStrings f (concatMap (svc: svc.globalEnvVars) allSubservices) } + # !!! This should be added in test-instrumentation.nix. It + # shouldn't hurt though, since packages usually aren't built + # with coverage enabled. env GCOV_PREFIX=/tmp/coverage-data env PATH=${pkgs.coreutils}/bin:${pkgs.gnugrep}/bin:${concatStringsSep ":" (concatMap (svc: svc.extraServerPath) allSubservices)}