diff options
author | Kenny Woodson <kwoodson@redhat.com> | 2016-04-04 12:28:12 -0400 |
---|---|---|
committer | Kenny Woodson <kwoodson@redhat.com> | 2016-04-04 12:28:12 -0400 |
commit | 0a8227ff3671c19fe46fa7b9bb483a3142b90c95 (patch) | |
tree | 1ec93ec4bd961010f8eefdd9a907b46906de1f95 /test/env-setup | |
parent | 3f80411aa15121295d0ef3099194842a99cd5548 (diff) | |
parent | fcf8e6f1af68797e4a54efb22a47095fc4e3bedf (diff) | |
download | openshift-0a8227ff3671c19fe46fa7b9bb483a3142b90c95.tar.gz openshift-0a8227ff3671c19fe46fa7b9bb483a3142b90c95.tar.bz2 openshift-0a8227ff3671c19fe46fa7b9bb483a3142b90c95.tar.xz openshift-0a8227ff3671c19fe46fa7b9bb483a3142b90c95.zip |
Merge pull request #1693 from kwoodson/yedit_enhancements
Adding list editing support to yaml editor
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 |