mirror of
https://github.com/zeldaret/ph
synced 2026-05-23 15:01:37 -04:00
Add --fail flag to ninja check
This commit is contained in:
+2
-2
@@ -256,13 +256,13 @@ def main():
|
||||
|
||||
n.rule(
|
||||
name="check_modules",
|
||||
command=f"{DSD} check modules --config-path $config_path"
|
||||
command=f"{DSD} check modules --config-path $config_path --fail"
|
||||
)
|
||||
n.newline()
|
||||
|
||||
n.rule(
|
||||
name="check_symbols",
|
||||
command=f"{DSD} check symbols --config-path $config_path --elf-path $elf_path"
|
||||
command=f"{DSD} check symbols --config-path $config_path --elf-path $elf_path --fail"
|
||||
)
|
||||
n.newline()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user