Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2024-04-06 12:18:26

0001 #!/bin/bash
0002 
0003 # Pass in name and status
0004 function die {
0005   printf "\n%s: status %s\n" "$1" "$2"
0006   exit $2
0007 }
0008 
0009 # run test job
0010 TESTDIR="${LOCALTOP}"/src/HLTrigger/HLTcore/test
0011 
0012 cmsRun "${TESTDIR}"/testHLTPrescaleExample_cfg.py \
0013   || die "Failure running testHLTPrescaleExample_cfg.py" $?