* 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 USER=root
|
||||||
export HOME=/root
|
export HOME=/root
|
||||||
export DISPLAY=:0.0
|
export DISPLAY=:0.0
|
||||||
export GCOV_PREFIX=/tmp/coverage-data
|
|
||||||
source /etc/profile
|
source /etc/profile
|
||||||
cd /tmp
|
cd /tmp
|
||||||
echo "connecting to host..." > /dev/ttyS0
|
echo "connecting to host..." > /dev/ttyS0
|
||||||
@ -92,6 +91,8 @@ in
|
|||||||
}
|
}
|
||||||
];
|
];
|
||||||
|
|
||||||
|
system.upstartEnvironment.GCOV_PREFIX = "/tmp/coverage-data";
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user