From 572241de67b23ad3c9bcd0cf3808196167be1971 Mon Sep 17 00:00:00 2001 From: Martin Grunewald Date: Wed, 2 Aug 2017 09:56:58 +0200 Subject: [PATCH] Fix hltIntegrationTests --- HLTrigger/Configuration/scripts/hltIntegrationTests | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/HLTrigger/Configuration/scripts/hltIntegrationTests b/HLTrigger/Configuration/scripts/hltIntegrationTests index 9f2e6432740bb..66705e7593981 100755 --- a/HLTrigger/Configuration/scripts/hltIntegrationTests +++ b/HLTrigger/Configuration/scripts/hltIntegrationTests @@ -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 @@ -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