mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-24 14:41:17 +00:00
* Set GCOV_PREFIX for all Upstart jobs.
svn path=/nixos/trunk/; revision=25479
This commit is contained in:
parent
c2f7256101
commit
d0108cd951
|
@ -32,7 +32,6 @@ in
|
|||
export USER=root
|
||||
export HOME=/root
|
||||
export DISPLAY=:0.0
|
||||
export GCOV_PREFIX=/tmp/coverage-data
|
||||
source /etc/profile
|
||||
cd /tmp
|
||||
echo "connecting to host..." > /dev/ttyS0
|
||||
|
@ -91,6 +90,8 @@ in
|
|||
message = "VM tests require that the kernel has the CIFS timeout patch.";
|
||||
}
|
||||
];
|
||||
|
||||
system.upstartEnvironment.GCOV_PREFIX = "/tmp/coverage-data";
|
||||
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue