diff options
author | Andrew Butcher <abutcher@redhat.com> | 2016-05-25 11:15:10 -0400 |
---|---|---|
committer | Andrew Butcher <abutcher@redhat.com> | 2016-05-25 11:15:10 -0400 |
commit | 4c911eeed06fa433b5ac78dbf644ce923d7411e0 (patch) | |
tree | d39395c1fb4f45a469627fa74ff290992b7c4e41 /test/env-setup | |
parent | 00eba039c9312fbd04cc05a8a890ef48f2311769 (diff) | |
download | openshift-4c911eeed06fa433b5ac78dbf644ce923d7411e0.tar.gz openshift-4c911eeed06fa433b5ac78dbf644ce923d7411e0.tar.bz2 openshift-4c911eeed06fa433b5ac78dbf644ce923d7411e0.tar.xz openshift-4c911eeed06fa433b5ac78dbf644ce923d7411e0.zip |
Cleanup bin, test and roles/openshift_ansible_inventory following move to openshift-tools
Diffstat (limited to 'test/env-setup')
-rw-r--r-- | test/env-setup | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/test/env-setup b/test/env-setup deleted file mode 100644 index 7456a641b..000000000 --- a/test/env-setup +++ /dev/null @@ -1,8 +0,0 @@ -#!/bin/bash - -CUR_PATH=$(pwd) - -PREFIX_PYTHONPATH=$CUR_PATH/inventory/:$CUR_PATH/roles/lib_yaml_editor/library - - -export PYTHONPATH=$PREFIX_PYTHONPATH:$PYTHONPATH |