From b3174409b04dacf54f484f8d67d120587d726726 Mon Sep 17 00:00:00 2001 From: Sam Thursfield Date: Thu, 13 Feb 2014 18:29:15 +0000 Subject: Set PYTHONPATH along with Morph path Otherwise the deploy extensions run from the wrong place. --- test_trove_upgrades.py | 1 + 1 file changed, 1 insertion(+) diff --git a/test_trove_upgrades.py b/test_trove_upgrades.py index 980ba81..2c064dd 100644 --- a/test_trove_upgrades.py +++ b/test_trove_upgrades.py @@ -72,6 +72,7 @@ BOOT_TIMEOUT=20 # FIXME: building should automatically use the version of Morph from the system # branch, really ... but for now, if the installed Morph can't build # baserock:baserock/morphs 'master' branch, you can change this! +os.environ['PYTHONPATH'] = '/src/morph' MORPH_COMMAND = ['/src/morph/morph', '--no-git-update'] #MORPH_COMMAND = '/src/morph/morph' #MORPH_COMMAND = 'morph' -- cgit v1.2.1