Skip to content

Commit acdc686

Browse files
committed
Use head rather than tail truncation for CTest
1 parent f7a49a7 commit acdc686

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

master/custom_steps.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -180,6 +180,7 @@ def __init__(
180180
# We always want output from performance tests
181181
*(["--verbose"] if labels and "performance" in labels else []),
182182
"--output-on-failure",
183+
"-DCTEST_CUSTOM_TEST_OUTPUT_TRUNCATION:STRING=head",
183184
"--test-action",
184185
"Test",
185186
"--no-compress-output",

0 commit comments

Comments
 (0)