Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2023-03-17 10:58:52

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/DQMOffline/Trigger/test
0011 
0012 cmsRun "${TESTDIR}"/testHLTFiltersDQMonitor_cfg.py -- -t 4 -n 128 \
0013   || die "Failure running testHLTFiltersDQMonitor_cfg.py" $?