Skip to content

Commit 3cfdfac

Browse files
author
Jan Philipp Hafer
committed
update to new build runner.
1 parent fbe8fa3 commit 3cfdfac

File tree

1 file changed

+2
-1
lines changed
  • test/standalone/childprocess_extrapipe

1 file changed

+2
-1
lines changed

test/standalone/childprocess_extrapipe/build.zig

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@ pub fn build(b: *Builder) void {
1717
.target = target,
1818
.optimize = optimize,
1919
});
20-
const run_cmd = parent.run();
20+
const run_cmd = b.addRunArtifact(parent);
21+
run_cmd.expectExitCode(0);
2122
run_cmd.addArtifactArg(child);
2223

2324
const test_step = b.step("test", "Test it");

0 commit comments

Comments
 (0)