X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=jjb%2Ffunctest%2Ffunctest-exit.sh;h=925a3cfbbb760c4dfe10433bdbd93770eea0f948;hb=refs%2Fchanges%2F71%2F66471%2F1;hp=f2aa2d03231050ffa7d6076aadf66b458d7c4bc5;hpb=1a68455d59c4161997f706729cd70f31c9ab679d;p=releng.git diff --git a/jjb/functest/functest-exit.sh b/jjb/functest/functest-exit.sh index f2aa2d032..925a3cfbb 100644 --- a/jjb/functest/functest-exit.sh +++ b/jjb/functest/functest-exit.sh @@ -1,7 +1,6 @@ #!/bin/bash -branch=${GIT_BRANCH##*/} -ret_val_file="${HOME}/opnfv/functest/results/${branch}/return_value" +ret_val_file="${HOME}/opnfv/functest/results/${BRANCH##*/}/return_value" if [ ! -f ${ret_val_file} ]; then echo "Return value not found!" exit -1 @@ -9,4 +8,4 @@ fi ret_val=`cat ${ret_val_file}` -exit ret_val \ No newline at end of file +exit ${ret_val}