Skip to content

Commit

Permalink
Fix hltIntegrationTests
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin-Grunewald committed Aug 2, 2017
1 parent 79d69df commit 572241d
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 572241d

Please sign in to comment.