X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=ci%2Fenvs%2Futils.sh;h=c2c0f85a6cc28cbd8c96910c48b1c893ae493d1b;hb=868367c47df84a70a49f7be6b5e6c3150906aa8f;hp=5e4f1c4702dd84ff2d73f542e3e1ef8047897819;hpb=af712826966ee75ba5ac466a6c192580abdf0c29;p=kvmfornfv.git diff --git a/ci/envs/utils.sh b/ci/envs/utils.sh index 5e4f1c470..c2c0f85a6 100755 --- a/ci/envs/utils.sh +++ b/ci/envs/utils.sh @@ -43,7 +43,7 @@ function getQemuVersion { function checkRPMNames { rpm_dir="/root/workspace/rpm" if [ -d "$WORKSPACE" ];then - cd $WORKSPACE/build_output 2>/dev/null;RPMCOUNT=`ls kvmfornfv-* | wc -l` + cd $WORKSPACE/build_output 2>/dev/null;RPMCOUNT=`ls kvmfornfv-* 2>/dev/null | wc -l` if [ $RPMCOUNT -ne 0 ];then echo "Testcases are not executed for apex_build" exit 0