Skip to content

Commit

Permalink
Merge pull request #4465 from Martin-Grunewald/FixScript71X
Browse files Browse the repository at this point in the history
Fix HLT Integration test script (71X)
  • Loading branch information
davidlange6 committed Jul 3, 2014
2 parents 3b01620 + fdfa284 commit bf4c30c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion HLTrigger/Configuration/scripts/hltIntegrationTests
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,7 @@ done
# if a separate setup is requested, create the setup_cff.py file and patch all dumps to use it
if [ "$SETUP" ]; then
log "Extracting setup_cff dump"
edmConfigFromDB --cff --configName "$SETUP" --nopaths --services -FUShmDQMOutputService > setup_cff.py
edmConfigFromDB --cff --configName "$SETUP" --nopaths --services -FUShmDQMOutputService,-PrescaleService > setup_cff.py
sed -i -e's/process = cms.Process(.*)/&\nprocess.load("setup_cff")/' hlt.py $(for TRIGGER in $TRIGGERS; do echo "$TRIGGER".py; done)
fi

Expand Down

0 comments on commit bf4c30c

Please sign in to comment.