Skip to content

Commit 8b9bd93

Browse files
committed
set fail fast in execution context
1 parent 8aed926 commit 8b9bd93

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/bootstrap/src/core/config/flags.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -228,6 +228,7 @@ impl Flags {
228228
let flags = Flags::parse_from(normalize_args(args));
229229
exec_ctx.set_dry_run(if flags.dry_run { DryRun::UserSelected } else { DryRun::Disabled });
230230
exec_ctx.set_verbose(flags.verbose);
231+
exec_ctx.set_fail_fast(flags.cmd.fail_fast());
231232
(flags, exec_ctx)
232233
}
233234
}

0 commit comments

Comments
 (0)