Skip to content

Commit 20a13a6

Browse files
committed
WIP: show full output
1 parent 567d889 commit 20a13a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tools/compiletest/src/read2.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ pub fn read2_abbreviated(
3838
Ok((Output { status, stdout: stdout.into_bytes(), stderr: stderr.into_bytes() }, truncated))
3939
}
4040

41-
const MAX_OUT_LEN: usize = 512 * 1024;
41+
const MAX_OUT_LEN: usize = 512 * 1024 * 1024;
4242

4343
// Whenever a path is filtered when counting the length of the output, we need to add some
4444
// placeholder length to ensure a compiler emitting only filtered paths doesn't cause a OOM.

0 commit comments

Comments
 (0)