![]() |
|
|||
File indexing completed on 2024-07-30 05:19:40
0001 #!/bin/bash 0002 0003 # Test suite for various ConfigDP scenarios 0004 # run using: scram build runtests 0005 # feel free to contribute with your favourite configuration 0006 0007 0008 # Pass in name and status 0009 function die { echo $1: status $2 ; exit $2; } 0010 0011 function runTest { echo $1 ; python3 $1 || die "Failure for configuration: $1" $?; } 0012 0013 declare -a arr=("hltScoutingEra_Run3_2024") 0014 for scenario in "${arr[@]}" 0015 do 0016 runTest "${SCRAM_TEST_PATH}/RunPromptReco.py --scenario $scenario --nanoaod --global-tag GLOBALTAG --lfn=/store/whatever --nanoFlavours=@Scout" 0017 done
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.2.1 LXR engine. The LXR team |
![]() ![]() |