From 821ff71e4a038f7fea641f310687a96750eaea2e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Thalheim?= Date: Tue, 25 Jul 2023 19:00:16 +0200 Subject: [PATCH] pytest: actually fail build --- pkgs/clan-cli/default.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pkgs/clan-cli/default.nix b/pkgs/clan-cli/default.nix index 2c79f79ce..916f5b898 100644 --- a/pkgs/clan-cli/default.nix +++ b/pkgs/clan-cli/default.nix @@ -78,8 +78,7 @@ let cp -r ${src} ./src chmod +w -R ./src cd src - ${checkPython}/bin/python -m pytest ./tests \ - || echo -e "generate coverage report py running:\n pytest; firefox .reports/html/index.html" + ${checkPython}/bin/python -m pytest ./tests touch $out ''; in