summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam Thursfield <sam.thursfield@codethink.co.uk>2014-02-13 18:29:15 +0000
committerSam Thursfield <sam.thursfield@codethink.co.uk>2014-02-13 18:29:15 +0000
commitb3174409b04dacf54f484f8d67d120587d726726 (patch)
tree193d51290d8cbf31507743073b1ec8a9a20066fe
parent4e4503254dd3628059f9f9094e39f9eadf0feb43 (diff)
downloadsystem-tests-b3174409b04dacf54f484f8d67d120587d726726.tar.gz
Set PYTHONPATH along with Morph path
Otherwise the deploy extensions run from the wrong place.
-rw-r--r--test_trove_upgrades.py1
1 files changed, 1 insertions, 0 deletions
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'