svn path=/nixos/trunk/; revision=16900
This commit is contained in:
parent
27a8e656bc
commit
a2945a2eb2
|
@ -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)}
|
||||
|
|
Loading…
Reference in New Issue