Skip to content
Snippets Groups Projects
Commit c5d88af9 authored by RIETTE Sébastien's avatar RIETTE Sébastien
Browse files

S. Riette 20 Dec 2023: testing BF

parent 1c68aa93
No related branches found
No related tags found
No related merge requests found
......@@ -68,6 +68,7 @@ enableghpages=1
perfopt=""
docgen=1
allargs="$@"
while [ -n "$1" ]; do
case "$1" in
'-h') usage; exit;;
......@@ -269,8 +270,8 @@ if [ ${force} -eq 1 -o $(get_statuses "${SHA}" | grep "${context}" | wc -l) -eq
cd "${currentdir}"
if [ -f "${WORKDIR}/PHYEX/tools/testing.sh" ]; then
if [ "${currentMD5}" != $(md5sum "${WORKDIR}/PHYEX/tools/testing.sh" | cut -d\ -f1) ]; then
log 1 "Script has changed, running the new version" #This log and the preivous ones are lost
exec "${WORKDIR}/PHYEX/tools/testing.sh" $@
log 1 "Script has changed, running the new version" #This log and the previous ones are lost
exec "${WORKDIR}/PHYEX/tools/testing.sh" $allargs
fi
fi
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