Skip to content

Commit

Permalink
...also in integration tests script
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin-Grunewald committed Dec 9, 2015
1 parent 4ace592 commit 06e78fd
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions HLTrigger/Configuration/test/runIntegration.csh
Original file line number Diff line number Diff line change
Expand Up @@ -10,19 +10,19 @@ echo Start $0 $1 $2
if ( $2 == "" ) then
set tables = ( GRun 50nsGRun )
else if ( $2 == ALL ) then
set tables = ( GRun 50nsGRun HIon PIon 25nsLowPU LowPU 25ns14e33_v4 25ns14e33_v3 50ns_5e33_v3 25ns14e33_v1 50ns_5e33_v1 Fake )
set tables = ( GRun 50nsGRun HIon PIon PRef 25nsLowPU LowPU HIon_2015_v2 pp5TeV_2015_v2 25ns14e33_v4 25ns14e33_v3 50ns_5e33_v3 25ns14e33_v1 50ns_5e33_v1 Fake )
else if ( $2 == IB ) then
set tables = ( GRun 50nsGRun HIon PIon 25nsLowPU LowPU )
set tables = ( GRun HIon PIon PRef )
else if ( $2 == DEV ) then
set tables = ( GRun 50nsGRun HIon PIon 25nsLowPU LowPU )
set tables = ( GRun 50nsGRun HIon PIon PRef 25nsLowPU LowPU )
else if ( $2 == LOWPU ) then
set tables = ( 25nsLowPU LowPU )
else if ( $2 == FULL ) then
set tables = ( FULL )
else if ( $2 == FAKE ) then
set tables = ( Fake )
else if ( $2 == FROZEN ) then
set tables = ( 25ns14e33_v4 25ns14e33_v3 50ns_5e33_v3 25ns14e33_v1 50ns_5e33_v1 Fake )
set tables = ( HIon_2015_v2 pp5TeV_2015_v2 25ns14e33_v4 25ns14e33_v3 50ns_5e33_v3 25ns14e33_v1 50ns_5e33_v1 Fake )
else
set tables = ( $2 )
endif
Expand Down

0 comments on commit 06e78fd

Please sign in to comment.