overlay_setup(): use passed value of repo_root
This commit is contained in:
parent
2af674a4ce
commit
554670b713
7 changed files with 7 additions and 8 deletions
|
|
@ -19,7 +19,7 @@ def exec_wrapper_init(): # don't change: name is used to test if script is runni
|
|||
sys.path[0] = 'test'
|
||||
else:
|
||||
from test.overlay import overlay_setup
|
||||
sys.path[0] = overlay_setup()
|
||||
sys.path[0] = overlay_setup(repo_root=os.getcwd()) # assume we're in the repo root
|
||||
|
||||
os.environ['MMGEN_TRACEBACK'] = '1'
|
||||
os.environ['PYTHONPATH'] = '.'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue