From 74683809cce1ebd20aa39e8e93145ba45710a454 Mon Sep 17 00:00:00 2001 From: "jose.lausuch" Date: Fri, 19 May 2017 15:12:02 +0200 Subject: [Functest] Redirect output when downloading images Change-Id: Ieb3df7a4fa1519cf13c4f597c62d17ce356168fb Signed-off-by: jose.lausuch --- jjb/functest/set-functest-env.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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##*/}" -- cgit 1.2.3-korg