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