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 cmsRun "${SCRAM_TEST_PATH}"/testTriggerEventAnalyzers_cfg.py \
0011   || die "Failure running testTriggerEventAnalyzers_cfg.py" $?