| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Restructure cmJSONHelpers to prevent SunPro errors when passing context.
|
|
|
|
|
|
|
| |
The `TestOutputTruncation` is an optional preset. Do not set a default
value to avoid failing the JSON schema version check.
Closes issue #23411.
|
|
|
|
|
|
|
|
|
|
| |
Add `--test-output-truncation` to `ctest`. This option can be used to
customize which part of the test output is being truncated. Currently
supported values are `tail`, `middle` and `head`.
Also add equivalent `CTEST_CUSTOM_TEST_OUTPUT_TRUNCATION` variable.
Fixes: #23206
|
|
Split up the file so that it won't be too big on some systems.
|