diff --git a/Control/AthenaConfiguration/python/iconfTool/gui/__init__.py b/Control/AthenaConfiguration/python/iconfTool/gui/__init__.py old mode 100755 new mode 100644 diff --git a/Control/AthenaConfiguration/python/iconfTool/utils/__init__.py b/Control/AthenaConfiguration/python/iconfTool/utils/__init__.py old mode 100755 new mode 100644 diff --git a/Trigger/TrigValidation/TriggerTest/test/exec_art_triggertest_post.sh b/Trigger/TrigValidation/TriggerTest/test/exec_art_triggertest_post.sh index 7830134f51cc60c21185604e03b7e8a339267d1c..c2cac9f981460deae2917e27ed67bd70757e0225 100755 --- a/Trigger/TrigValidation/TriggerTest/test/exec_art_triggertest_post.sh +++ b/Trigger/TrigValidation/TriggerTest/test/exec_art_triggertest_post.sh @@ -13,7 +13,7 @@ if [ -z ${TEST} ]; then fi if [ -z ${REF_FOLDER} ]; then - export REF_FOLDER="/cvmfs/atlas-nightlies.cern.ch/repo/data/data-art/${TEST}/ref/${AtlasBuildBranch}/${NAME}" + export REF_FOLDER="/cvmfs/atlas-nightlies.cern.ch/repo/data/data-art/${TEST}/ref/${AtlasBuildBranch}/test_${NAME}" fi ### @@ -33,6 +33,8 @@ timeout 1m chainDump.py -S --rootFile=expert-monitoring.root export JOB_LOG_TAIL=${JOB_LOG%%.*}.tail.${JOB_LOG#*.} tail -10000 ${JOB_LOG} > ${JOB_LOG_TAIL} +grep REGTEST athena.log > athena.regtest + if [ -f ${REF_FOLDER}/athena.regtest ]; then echo $(date "+%FT%H:%M %Z")" Running regtest" grep REGTEST athena.log > athena.regtest