mirror of
https://codeberg.org/ziglang/zig.git
synced 2025-12-06 05:44:20 +00:00
test: Silence stderr output from test_obj_link_run.
This commit is contained in:
parent
224e39316f
commit
9279ff888b
1 changed files with 1 additions and 0 deletions
|
|
@ -26,6 +26,7 @@ pub fn build(b: *std.Build) void {
|
|||
b.default_step = test_step;
|
||||
|
||||
const test_run = b.addRunArtifact(test_exe);
|
||||
test_run.addCheck(.{ .expect_stderr_match = "All 3 tests passed." });
|
||||
test_step.dependOn(&test_run.step);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue