diff options
author | valentin boucher <valentin.boucher@orange.com> | 2017-05-22 13:08:45 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2017-05-22 13:08:45 +0000 |
commit | efbe74c4cc1b6b6982e9e13950319f690541d6a3 (patch) | |
tree | 96cced0345a6a9498b6209210b5347465c481078 /run_unit_tests.sh | |
parent | 6f70bd17b238e3c931f5d575e4b8eb625dbca91d (diff) | |
parent | d5e8713a186d07fe33c904bbf0bb3a43cb518700 (diff) |
Merge "Set default value for CONFIG_FUNCTEST_YAML"
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 \ |