Skip to content

Commit

Permalink
Merge pull request #20016 from Martin-Grunewald/Fix_hltIntegrationTes…
Browse files Browse the repository at this point in the history
…ts_92X

Fix hltIntegrationTests (92X)
  • Loading branch information
cmsbuild committed Aug 3, 2017
2 parents 4cd5b53 + 572241d commit 424eeeb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion HLTrigger/Configuration/scripts/hltIntegrationTests
Expand Up @@ -246,7 +246,6 @@ process.hltTriggerSummaryRAW = cms.EDProducer( "TriggerSummaryProducerRAW",
)
process.HLTriggerFinalPath = cms.Path( process.hltTriggerSummaryAOD + process.hltTriggerSummaryRAW )
process.hltTriggerSummaryAOD.throw = cms.bool( True )
@EOF
fi

Expand All @@ -269,6 +268,8 @@ cat >> hlt.py << @EOF
process.options.numberOfThreads = cms.untracked.uint32( $THREADS )
process.options.numberOfStreams = cms.untracked.uint32( $STREAMS )
process.options.sizeOfStackForThreadsInKB = cms.untracked.uint32( 10*1024 )
process.hltTriggerSummaryAOD.throw = cms.bool( True )
@EOF

# dump the menu name, and its release template
Expand Down

0 comments on commit 424eeeb

Please sign in to comment.