From 343215f43857fd9761910d2679503a940eb42177 Mon Sep 17 00:00:00 2001 From: J08nY Date: Sun, 18 Aug 2024 22:37:28 +0200 Subject: Shut up nix in test_all. --- nix/test_all.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nix/test_all.py b/nix/test_all.py index ab9dcdc..118c287 100644 --- a/nix/test_all.py +++ b/nix/test_all.py @@ -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 -- cgit v1.3.1