summaryrefslogtreecommitdiffstats
path: root/test/env-setup
diff options
context:
space:
mode:
Diffstat (limited to 'test/env-setup')
-rw-r--r--test/env-setup8
1 files changed, 8 insertions, 0 deletions
diff --git a/test/env-setup b/test/env-setup
new file mode 100644
index 000000000..156593571
--- /dev/null
+++ b/test/env-setup
@@ -0,0 +1,8 @@
+#!/bin/bash
+
+CUR_PATH=$(pwd)
+
+PREFIX_PYTHONPATH=$CUR_PATH/inventory/
+
+
+export PYTHONPATH=$PREFIX_PYTHONPATH:$PYTHONPATH