mirror of
https://github.com/ziglang/zig.git
synced 2025-12-24 07:03:11 +00:00
test runner: disable stderr printing for riscv64
Make it a little easier for contributors to see CI failures in the logs.
This commit is contained in:
parent
ff02bf403b
commit
5f78e28899
@ -221,7 +221,6 @@ pub fn log(
|
||||
pub fn mainSimple() anyerror!void {
|
||||
// is the backend capable of printing to stderr?
|
||||
const enable_print = switch (builtin.zig_backend) {
|
||||
.stage2_riscv64 => true,
|
||||
else => false,
|
||||
};
|
||||
// is the backend capable of using std.fmt.format to print a summary at the end?
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user