diff options
author | Cédric Ollivier <cedric.ollivier@orange.com> | 2017-05-19 22:23:52 +0200 |
---|---|---|
committer | Cédric Ollivier <cedric.ollivier@orange.com> | 2017-05-19 23:04:49 +0200 |
commit | d5e8713a186d07fe33c904bbf0bb3a43cb518700 (patch) | |
tree | 754b48914fe96bd41cbc8b6578bbec9458ff8158 /run_unit_tests.sh | |
parent | 3c8f13cc1c832ec08fde0a3b502fe688f4597259 (diff) |
Set default value for CONFIG_FUNCTEST_YAML
It calculates via the full path of env.py.
Change-Id: Ief958833f5116cdb116d0153d85a0ae03063ec5c
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
Diffstat (limited to 'run_unit_tests.sh')
-rwxr-xr-x | run_unit_tests.sh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/run_unit_tests.sh b/run_unit_tests.sh index 86096fabf..c4973ab65 100755 --- a/run_unit_tests.sh +++ b/run_unit_tests.sh @@ -33,7 +33,6 @@ git clone --depth 1 https://gerrit.opnfv.org/gerrit/releng releng-unittests pip install releng-unittests/modules/ rm -fr releng-unittests -export CONFIG_FUNCTEST_YAML=$(pwd)/functest/ci/config_functest.yaml nosetests --with-xunit \ --with-coverage \ --cover-tests \ |