Skip to content

Commit

Permalink
Use proper leaf products in outputs in CUDA test configurations (#356)
Browse files Browse the repository at this point in the history
  • Loading branch information
makortel authored and fwyzard committed Jun 17, 2019
1 parent ec3c3e6 commit 828f536
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion HeterogeneousCore/CUDATest/test/testCUDASwitch_cfg.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
outputCommands = cms.untracked.vstring(
"keep *_prod3_*_*",
"keep *_prod4_*_*",
"keep *_prod5_*_*",
"keep *_prod6_*_*",
),
verbosity = cms.untracked.uint32(0),
)
Expand Down
2 changes: 1 addition & 1 deletion HeterogeneousCore/CUDATest/test/testCUDA_cfg.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
outputCommands = cms.untracked.vstring(
"keep *_prod3_*_*",
"keep *_prod4_*_*",
"keep *_prod5_*_*",
"keep *_prod6_*_*",
),
verbosity = cms.untracked.uint32(0),
)
Expand Down

0 comments on commit 828f536

Please sign in to comment.