runTests: portage._internal_caller = True
authorZac Medico <zmedico@gentoo.org>
Thu, 3 Jan 2013 23:31:15 +0000 (15:31 -0800)
committerZac Medico <zmedico@gentoo.org>
Thu, 3 Jan 2013 23:31:15 +0000 (15:31 -0800)
pym/portage/tests/runTests

index 1c1008dfff2d821471c7f1248b28cea7ef237467..53e1b5cc456fa82ea8235f5d3dad3e0ff7e79ae9 100755 (executable)
@@ -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.