aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2011-08-08 23:32:39 +0200
committerMichał Górny <mgorny@gentoo.org>2011-08-08 23:32:39 +0200
commit206ec57adac178bb304a577077d3bc1bbcce1142 (patch)
tree871db8aadc3058ae483607ceda42ec045f8b5926
parentdohard: check whether hardlink was preserved after merge. (diff)
downloadpms-test-suite-206ec57adac178bb304a577077d3bc1bbcce1142.tar.gz
pms-test-suite-206ec57adac178bb304a577077d3bc1bbcce1142.tar.bz2
pms-test-suite-206ec57adac178bb304a577077d3bc1bbcce1142.zip
Portage: disable unmerge delays.
-rw-r--r--pmstestsuite/pm/portagepm.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/pmstestsuite/pm/portagepm.py b/pmstestsuite/pm/portagepm.py
index 30b62ca..1c00749 100644
--- a/pmstestsuite/pm/portagepm.py
+++ b/pmstestsuite/pm/portagepm.py
@@ -37,6 +37,7 @@ class PortagePM(_PortagePM, PackageManager):
def spawn_emerge(self, cpvs, opts = []):
env = copy.copy(os.environ)
env['FEATURES'] = '-buildpkg -strict'
+ env['CLEAN_DELAY'] = '0'
if self.repo_paths:
env['PORTDIR_OVERLAY'] = ' '.join(self.repo_paths)