Suppress verbose testing output when testing with CMake presets (#6312)

This commit is contained in:
jhendersonHDF
2026-03-24 14:05:36 -05:00
committed by GitHub
parent 67c2b782b9
commit e31194650f
2 changed files with 4 additions and 6 deletions
@@ -396,9 +396,8 @@
"name": "ci-base",
"configurePreset": "ci-base",
"output": {
"outputOnFailure": false,
"shortProgress": true,
"verbosity": "verbose"
"outputOnFailure": true,
"shortProgress": true
},
"hidden": true,
"execution": {