From f4cb68b1fa7da24f9660beb7b7839df35b5c1286 Mon Sep 17 00:00:00 2001 From: "Salvador E. Tropea" Date: Fri, 3 Feb 2023 10:10:22 -0300 Subject: [PATCH] [Tests] Changed debug level for g2 tests --- g2.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/g2.sh b/g2.sh index e3ac0940..0087cd95 100755 --- a/g2.sh +++ b/g2.sh @@ -3,4 +3,4 @@ set -e # Eeschema tests pytest-3 -v --durations=0 -m "eeschema" --test_dir=output # KiCad2Step tests and others -pytest-3 -v --durations=0 -m "slow and (not (pcbnew or eeschema))" --test_dir=output +pytest-3 -v --durations=0 -m "slow and (not (pcbnew or eeschema))" --log-cli-level debug --test_dir=output