diff options
author | Jose Lausuch <jose.lausuch@ericsson.com> | 2017-05-23 09:48:35 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2017-05-23 09:48:35 +0000 |
commit | ffeb62628840383530c66d43640ed161415f6416 (patch) | |
tree | ae7ffa9a420fe68128fee019aa425912a56a4b0b /jjb/functest | |
parent | d9826c6b7e14bb08911de66a6c5e20f5cc95ea8b (diff) | |
parent | 74683809cce1ebd20aa39e8e93145ba45710a454 (diff) |
Merge "[Functest] Redirect output when downloading images"
Diffstat (limited to 'jjb/functest')
-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 89dabb056..15f0f6959 100755 --- a/jjb/functest/set-functest-env.sh +++ b/jjb/functest/set-functest-env.sh @@ -61,7 +61,7 @@ echo "Functest: Start Docker and prepare environment" 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} 2> ${redirect} images_vol="-v ${images_dir}:/home/opnfv/functest/images" dir_result="${HOME}/opnfv/functest/results/${BRANCH##*/}" |