projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cbbab21
)
runTests: portage._internal_caller = True
author
Zac Medico
<zmedico@gentoo.org>
Thu, 3 Jan 2013 23:31:15 +0000
(15:31 -0800)
committer
Zac Medico
<zmedico@gentoo.org>
Thu, 3 Jan 2013 23:31:15 +0000
(15:31 -0800)
pym/portage/tests/runTests
patch
|
blob
|
history
diff --git
a/pym/portage/tests/runTests
b/pym/portage/tests/runTests
index 1c1008dfff2d821471c7f1248b28cea7ef237467..53e1b5cc456fa82ea8235f5d3dad3e0ff7e79ae9 100755
(executable)
--- a/
pym/portage/tests/runTests
+++ b/
pym/portage/tests/runTests
@@
-32,6
+32,7
@@
os.environ["PORTAGE_GRPNAME"] = grp.getgrgid(os.getgid()).gr_name
sys.path.insert(0, osp.dirname(osp.dirname(osp.dirname(osp.abspath(__file__)))))
import portage
+portage._internal_caller = True
# Ensure that we don't instantiate portage.settings, so that tests should
# work the same regardless of global configuration file state/existence.