mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-05-17 08:01:14 -03:00
Fail on compilation failure
This commit is contained in:
@@ -87,7 +87,8 @@ def compile_test_helper(source_path: Path, binary_path: Path) -> None:
|
||||
source_path,
|
||||
"-o",
|
||||
binary_path,
|
||||
]
|
||||
],
|
||||
check=True,
|
||||
)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user