diff options
author | Morgan Richomme <morgan.richomme@orange.com> | 2017-08-25 09:46:41 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2017-08-25 09:46:41 +0000 |
commit | d9a30eaa7596f78ef06e496d579a25f63b011280 (patch) | |
tree | 1bd846232c7fcff6187e8f46461b51deabecb837 | |
parent | 82faf22321aa1edb1b1b773b582ffb43d3fe2e3f (diff) | |
parent | 3ecf4537500f488f01b2b83dd0bf52e022007552 (diff) |
Merge "Remove download images logs (too verbose)"
-rwxr-xr-x | jjb/functest/set-functest-env.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/jjb/functest/set-functest-env.sh b/jjb/functest/set-functest-env.sh index 7d9e737e7..e54c3bf13 100755 --- a/jjb/functest/set-functest-env.sh +++ b/jjb/functest/set-functest-env.sh @@ -33,7 +33,7 @@ if [ "$BRANCH" != 'stable/danube' ]; then echo "Functest: Download images that will be used by test cases" images_dir="${HOME}/opnfv/functest/images" chmod +x ${WORKSPACE}/functest/ci/download_images.sh - ${WORKSPACE}/functest/ci/download_images.sh ${images_dir} + ${WORKSPACE}/functest/ci/download_images.sh ${images_dir} > ${redirect} 2>&1 images_vol="-v ${images_dir}:/home/opnfv/functest/images" echo "Functest: Images successfully downloaded" fi |