Skip to content
Snippets Groups Projects
test_HLT_HIV4_build.sh 615 B
Newer Older
#!/bin/bash

# art-description: athenaHLT standalone with HLT_HIV4 menu on a HI sample 
# art-type: build
# art-include: 21.3/Athena
# art-include: 21.1/AthenaP1
# art-include: 21.1-dev/AthenaP1
# art-include: 21.0/AthenaP1
# art-include: 21.0-TrigMC/AthenaP1
# art-include: master/AthenaP1

if [ -z ${TEST} ]; then
  export TEST="TrigP1Test"
fi

export NAME=HLT_HIV4
export JOB_LOG="${NAME}.log"
timeout 40m trigtest_ART.pl --cleardir --test ${NAME} --rundir ${NAME} --conf TrigP1Test_ART.conf | tee ${JOB_LOG}

ATH_RETURN=${PIPESTATUS[0]}
echo "art-result: ${ATH_RETURN} ${NAME}"