From: Zac Medico Date: Thu, 3 Jan 2013 23:31:15 +0000 (-0800) Subject: runTests: portage._internal_caller = True X-Git-Tag: v2.2.0_alpha150~52 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=fbc857d820ee83d99521e32a7378e1c24d43edb4;p=portage.git runTests: portage._internal_caller = True --- diff --git a/pym/portage/tests/runTests b/pym/portage/tests/runTests index 1c1008dff..53e1b5cc4 100755 --- 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.