From d5e8713a186d07fe33c904bbf0bb3a43cb518700 Mon Sep 17 00:00:00 2001 From: Cédric Ollivier Date: Fri, 19 May 2017 22:23:52 +0200 Subject: Set default value for CONFIG_FUNCTEST_YAML MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit It calculates via the full path of env.py. Change-Id: Ief958833f5116cdb116d0153d85a0ae03063ec5c Signed-off-by: Cédric Ollivier --- run_unit_tests.sh | 1 - 1 file changed, 1 deletion(-) (limited to 'run_unit_tests.sh') 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 \ -- cgit 1.2.3-korg