diff options
author | Kenny Woodson <kwoodson@redhat.com> | 2016-03-31 16:29:20 -0400 |
---|---|---|
committer | Kenny Woodson <kwoodson@redhat.com> | 2016-04-04 12:27:37 -0400 |
commit | fcf8e6f1af68797e4a54efb22a47095fc4e3bedf (patch) | |
tree | 4339ee6a75490cf5cba20a278545d9932a2b0bab /test/env-setup | |
parent | 9451e288a77ed09cad19ef4fe27479f5b808277f (diff) | |
download | openshift-fcf8e6f1af68797e4a54efb22a47095fc4e3bedf.tar.gz openshift-fcf8e6f1af68797e4a54efb22a47095fc4e3bedf.tar.bz2 openshift-fcf8e6f1af68797e4a54efb22a47095fc4e3bedf.tar.xz openshift-fcf8e6f1af68797e4a54efb22a47095fc4e3bedf.zip |
Yedit enhancements
Diffstat (limited to 'test/env-setup')
-rw-r--r-- | test/env-setup | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/env-setup b/test/env-setup index b05df0f9e..7456a641b 100644 --- a/test/env-setup +++ b/test/env-setup @@ -2,7 +2,7 @@ CUR_PATH=$(pwd) -PREFIX_PYTHONPATH=$CUR_PATH/inventory/:$CUR_PATH/roles/lib_yaml_editor/build/src +PREFIX_PYTHONPATH=$CUR_PATH/inventory/:$CUR_PATH/roles/lib_yaml_editor/library export PYTHONPATH=$PREFIX_PYTHONPATH:$PYTHONPATH |