Skip to content

Commit

Permalink
Shut up nix in test_all.
Browse files Browse the repository at this point in the history
  • Loading branch information
J08nY committed Aug 18, 2024
1 parent 10115e0 commit 343215f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nix/test_all.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ def wrong_options(library):
return default_options(library)

def build_library(library, version):
command = ["nix", "build", "--quiet", f"?submodules=1#{library}.{version}"]
command = ["nix", "build", "--log-format", "raw", f"?submodules=1#{library}.{version}"]
result = sp.run(command, check=False)
print(f"build {library} {version} = {result.returncode}")
return result.returncode == 0
Expand Down

0 comments on commit 343215f

Please sign in to comment.