Skip to content

Commit 343215f

Browse files
committed
Shut up nix in test_all.
1 parent 10115e0 commit 343215f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nix/test_all.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ def wrong_options(library):
6464
return default_options(library)
6565

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

0 commit comments

Comments
 (0)