Skip to content
Snippets Groups Projects
Commit e774b5e4 authored by Guillaume Samson's avatar Guillaume Samson :snowman2:
Browse files

fix "EXE_DIR" variable definition when using debug option

parent 2bee82bb
No related branches found
No related tags found
No related merge requests found
......@@ -71,7 +71,7 @@ if [ -z "${CUSTOM_DIR}" ]; then
else
CMP_NAM_L=$(echo ${CMP_NAM} | tr '[:upper:]' '[:lower:]')
if [[ -n "${NEMO_DEBUG}" || ${CMP_NAM_L} =~ ("debug"|"dbg") ]]; then
export EXE_DIR=${CUSTOM_DIR}/${SETTE_SUB_VAL}_${NEMO_REV}_DEBUG/${NEW_CONF}/${TEST_NAME}
export EXE_DIR=${CUSTOM_DIR}/${SETTE_SUB_VAL}_${NEMO_REV}_DEBUG/${NEW_CONF}
else
EXE_DIR=${CUSTOM_DIR}/${SETTE_SUB_VAL}_${NEMO_REV}/${NEW_CONF}
fi
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment