Skip to content

Commit

Permalink
Fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin-Grunewald committed Oct 29, 2019
1 parent 3665490 commit bd0a74b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion HLTrigger/Configuration/test/runIntegration.csh
Expand Up @@ -10,7 +10,7 @@ echo Start $0 $1 $2
if ( $2 == "" ) then
set tables = ( GRun )
else if ( $2 == ALL ) then
set tables = ( GRun HIon PIon PRef Fake Fake1 Fake2 )
set tables = ( GRun HIon PIon PRef Fake Fake1 Fake2 2018 )
else if ( $2 == IB ) then
set tables = ( GRun HIon PIon PRef )
else if ( $2 == DEV ) then
Expand Down
2 changes: 1 addition & 1 deletion HLTrigger/Configuration/test/runOne.csh
Expand Up @@ -13,7 +13,7 @@ echo Starting $0 $1 $2
if ( $2 == "" ) then
set tables = ( GRun )
else if ( ($2 == all) || ($2 == ALL) ) then
set tables = ( GRun HIon PIon PRef Fake Fake1 Fake2 )
set tables = ( GRun HIon PIon PRef Fake Fake1 Fake2 2018 )
else if ( ($2 == ib) || ($2 == IB) ) then
set tables = ( GRun HIon PIon PRef )
else if ( ($2 == dev) || ($2 == DEV) ) then
Expand Down

0 comments on commit bd0a74b

Please sign in to comment.