diff options
Diffstat (limited to 'test')
| -rw-r--r-- | test/standalone/empty_env/build.zig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/standalone/empty_env/build.zig b/test/standalone/empty_env/build.zig index b8e488f830..344e8047bd 100644 --- a/test/standalone/empty_env/build.zig +++ b/test/standalone/empty_env/build.zig @@ -21,6 +21,7 @@ pub fn build(b: *std.Build) void { const run = b.addRunArtifact(main); run.clearEnvironment(); + run.disable_zig_progress = true; test_step.dependOn(&run.step); } |
