Skip to content

Commit

Permalink
NOMERGE: does VS simply abort when any stdout contains the text "error"?
Browse files Browse the repository at this point in the history
  • Loading branch information
eli-schwartz committed Jan 27, 2025
1 parent 9c225d2 commit a10ddf3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mesonbuild/interpreter/interpreter.py
Original file line number Diff line number Diff line change
Expand Up @@ -926,7 +926,7 @@ def do_subproject(self, subp_name: str, kwargs: kwtypes.DoSubproject, force_meth
mlog.log(e)
mlog.log(*msg, '(disabling)')
return self.disabled_subproject(subp_name, exception=e)
mlog.error(*msg)
mlog.warning(*msg)
raise e

os.makedirs(os.path.join(self.build.environment.get_build_dir(), subdir), exist_ok=True)
Expand Down

0 comments on commit a10ddf3

Please sign in to comment.