diff options
Diffstat (limited to 'run_unit_tests.sh')
-rwxr-xr-x | run_unit_tests.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/run_unit_tests.sh b/run_unit_tests.sh index 0abf3c279..dc5a501a6 100755 --- a/run_unit_tests.sh +++ b/run_unit_tests.sh @@ -48,6 +48,7 @@ pip install -e $WORKSPACE python $WORKSPACE/setup.py develop +export CONFIG_FUNCTEST_YAML=$(pwd)/functest/ci/config_functest.yaml # unit tests # TODO: remove cover-erase # To be deleted when all functest packages will be listed |