Skip to content
Snippets Groups Projects
Commit 5447e764 authored by Julie Kirk's avatar Julie Kirk
Browse files

Fix to rootcomp command in trigger ART tests

	modified:   Trigger/TrigValidation/TriggerTest/test/exec_art_triggertest_post.sh


Former-commit-id: 6722f1769daa69c6e0f52b56b94f6981a19725a5
parent cf09907f
No related branches found
No related tags found
No related merge requests found
......@@ -46,7 +46,7 @@ fi
if [ -f ${REF_FOLDER}/expert-monitoring.root ]; then
echo $(date "+%FT%H:%M %Z")" Running rootcomp"
timeout 10m rootcomp.py ${REF_FOLDER}/expert-monitoring.root | tee rootcompout.log
timeout 10m rootcomp.py ${REF_FOLDER}/expert-monitoring.root expert-monitoring.root | tee rootcompout.log
echo "art-result: ${PIPESTATUS[0]} RootComp"
echo $(date "+%FT%H:%M %Z")" Running checkcounts"
timeout 10m trigtest_checkcounts.sh 0 expert-monitoring.root ${REF_FOLDER}/expert-monitoring.root HLT | tee checkcountout.log
......
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