[Tests] Changed debug level for g2 tests

This commit is contained in:
Salvador E. Tropea 2023-02-03 10:10:22 -03:00
parent 2b34bef432
commit f4cb68b1fa
1 changed files with 1 additions and 1 deletions

2
g2.sh
View File

@ -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