Skip to content

Commit

Permalink
Fix HLT Integration test script (72X)
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin-Grunewald committed Jul 1, 2014
1 parent edb6d7f commit bb899ae
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 bb899ae

Please sign in to comment.