summaryrefslogtreecommitdiffstats
path: root/test/env-setup
diff options
context:
space:
mode:
authorJason DeTiberus <detiber@gmail.com>2016-05-27 01:56:49 -0400
committerJason DeTiberus <detiber@gmail.com>2016-05-27 01:56:49 -0400
commit7a189730b1b6dddbed174586afe752615e60d948 (patch)
tree84ddfacb1fba4e54e26629546d080631bdcb8572 /test/env-setup
parentdc0d59545efd2e3cc4c7eedbc1e008fa6b382e6d (diff)
parent4c911eeed06fa433b5ac78dbf644ce923d7411e0 (diff)
downloadopenshift-7a189730b1b6dddbed174586afe752615e60d948.tar.gz
openshift-7a189730b1b6dddbed174586afe752615e60d948.tar.bz2
openshift-7a189730b1b6dddbed174586afe752615e60d948.tar.xz
openshift-7a189730b1b6dddbed174586afe752615e60d948.zip
Merge pull request #1947 from abutcher/rm-bin
Cleanup following move to openshift-tools
Diffstat (limited to 'test/env-setup')
-rw-r--r--test/env-setup8
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