summaryrefslogtreecommitdiffstats
path: root/odl-pipeline/lib/test_environment.sh
diff options
context:
space:
mode:
authorNikolas Hermanns <nikolas.hermanns@ericsson.com>2016-12-14 12:25:36 +0000
committerGerrit Code Review <gerrit@opnfv.org>2016-12-14 12:25:36 +0000
commit4b652d4fce581014938483d24a9ec6e7a28b1632 (patch)
tree1f06ac6b1aecfa67000701cdf0bd0bb2a4712308 /odl-pipeline/lib/test_environment.sh
parent033ddcc028b083df3ec9c077c6cb4bc53f4dc5d3 (diff)
parentec8d50466e46da47e927d53ca55939fdfde42415 (diff)
Merge "Execute script in lib folder/Use vjumb as Gateway"
Diffstat (limited to 'odl-pipeline/lib/test_environment.sh')
-rwxr-xr-xodl-pipeline/lib/test_environment.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/odl-pipeline/lib/test_environment.sh b/odl-pipeline/lib/test_environment.sh
index 56601f4..520f36a 100755
--- a/odl-pipeline/lib/test_environment.sh
+++ b/odl-pipeline/lib/test_environment.sh
@@ -3,4 +3,5 @@ DIR=$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )
set -e
export PYTHONPATH=$PYTHONPATH:$DIR
mkdir -p $DIR/tmp
-python $DIR/test_environment/test_environment.py $@
+cd $DIR
+python ./test_environment/test_environment.py $@