From fbc857d820ee83d99521e32a7378e1c24d43edb4 Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Thu, 3 Jan 2013 15:31:15 -0800 Subject: runTests: portage._internal_caller = True --- pym/portage/tests/runTests | 1 + 1 file changed, 1 insertion(+) 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. -- cgit v1.2.3-1-g7c22