diff options
author | valentin boucher <valentin.boucher@orange.com> | 2017-05-22 13:08:51 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2017-05-22 13:08:51 +0000 |
commit | 84bd5c62dd21300e96979217dee1e31d75c439ca (patch) | |
tree | bfa1d179f08aca9a5f74e846ed38203314bbf578 /run_unit_tests.sh | |
parent | efbe74c4cc1b6b6982e9e13950319f690541d6a3 (diff) | |
parent | 3ca4ed03be7930a370e9fb895c24aac635811b3b (diff) |
Merge "Install releng via requirements.txt"
Diffstat (limited to 'run_unit_tests.sh')
-rwxr-xr-x | run_unit_tests.sh | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/run_unit_tests.sh b/run_unit_tests.sh index c4973ab65..3eb2cda8d 100755 --- a/run_unit_tests.sh +++ b/run_unit_tests.sh @@ -27,12 +27,6 @@ pip install -r $WORKSPACE/requirements.txt pip install -r $WORKSPACE/test-requirements.txt pip install $WORKSPACE -#install releng -rm -rf releng-unittests -git clone --depth 1 https://gerrit.opnfv.org/gerrit/releng releng-unittests -pip install releng-unittests/modules/ -rm -fr releng-unittests - nosetests --with-xunit \ --with-coverage \ --cover-tests \ |