From a1ab1f4ceea9f0c499189875923ae6b720221c64 Mon Sep 17 00:00:00 2001 From: Mauro Amico Date: Thu, 17 Oct 2024 17:44:14 +0200 Subject: [PATCH] fix test script al momento i test non falliscono mai ("piace vincere facile" cit.) --- base.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/base.cfg b/base.cfg index 181f498..082ed10 100644 --- a/base.cfg +++ b/base.cfg @@ -107,6 +107,7 @@ eggs = coverage recipe = collective.recipe.template input = inline: #!/bin/bash + set -e export TZ=UTC ${buildout:directory}/bin/coverage run bin/test $* ${buildout:directory}/bin/coverage html