Skip to content

Commit

Permalink
Merge pull request #34418 from cms-tsg-storm/FixHltValidationTests53X
Browse files Browse the repository at this point in the history
Fix HLT Validation tests [53X]
  • Loading branch information
cmsbuild authored Jul 9, 2021
2 parents 4837a7b + 8895a77 commit e351302
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions HLTrigger/Configuration/test/runOne.csh
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ if ( $2 == "" ) then
set tables = ( GRun )
else if ( $2 == ALL ) then
set tables = ( GRun 2011 5E33v4 7E33v2 7E33v3 7E33v4 8E33v2 HIon PIon )
else if ( $2 == IB ) then
set tables = ( GRun 2011 HIon PIon )
else if ( $2 == BOTH ) then
set tables = ( GRun PIon )
else if ( $2 == FROZEN ) then
Expand Down

0 comments on commit e351302

Please sign in to comment.