![]() |
|
|||
File indexing completed on 2023-03-17 11:09:25
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" $?
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.2.1 LXR engine. The LXR team |
![]() ![]() |