File tree Expand file tree Collapse file tree 1 file changed +2
-8
lines changed
Expand file tree Collapse file tree 1 file changed +2
-8
lines changed Original file line number Diff line number Diff line change @@ -47,9 +47,6 @@ nlt_args+=(--dfuse-dir /localhome/jenkins/)
4747nlt_args+=(--log-usage-save nltir.xml)
4848nlt_args+=(--log-usage-export nltr.json)
4949
50- echo " [DEBUG] BULLSEYE_DIR: ${BULLSEYE_DIR:- } "
51- echo " [DEBUG] COVFILE: ${COVFILE:- } "
52-
5350: " ${BULLSEYE_DIR:=/ opt/ BullseyeCoverage} "
5451if [ -d " ${BULLSEYE_DIR} " ]; then
5552 export COVFILE=" /tmp/test.cov"
@@ -59,17 +56,14 @@ if [ -d "${BULLSEYE_DIR}" ]; then
5956 nlt_args+=(--memcheck no)
6057fi
6158
62- echo " [DEBUG] BULLSEYE_DIR: ${BULLSEYE_DIR:- } "
63- echo " [DEBUG] COVFILE: ${COVFILE:- } "
64-
65- if [ -e " ${COVFILE} " ]; then
59+ if [ -e " ${COVFILE:- } " ]; then
6660 echo " Code coverage before running unit tests:"
6761 /opt/BullseyeCoverage/bin/covdir --file " ${COVFILE} " || true
6862fi
6963
7064HTTPS_PROXY=" ${DAOS_HTTPS_PROXY:- } " ./utils/node_local_test.py " ${nlt_args[@]} " all
7165
72- if [ -e " ${COVFILE} " ]; then
66+ if [ -e " ${COVFILE:- } " ]; then
7367 echo " Code coverage after running unit tests:"
7468 /opt/BullseyeCoverage/bin/covdir --file " ${COVFILE} " || true
7569fi
You can’t perform that action at this time.
0 commit comments