We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f7a49a7 commit acdc686Copy full SHA for acdc686
master/custom_steps.py
@@ -180,6 +180,7 @@ def __init__(
180
# We always want output from performance tests
181
*(["--verbose"] if labels and "performance" in labels else []),
182
"--output-on-failure",
183
+ "-DCTEST_CUSTOM_TEST_OUTPUT_TRUNCATION:STRING=head",
184
"--test-action",
185
"Test",
186
"--no-compress-output",
0 commit comments