svn path=/nixos/trunk/; revision=16900

This commit is contained in:
Eelco Dolstra 2009-08-31 14:26:31 +00:00
parent 27a8e656bc
commit a2945a2eb2

View File

@ -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)}