[Tests] Changed debug level for g2 tests
This commit is contained in:
parent
2b34bef432
commit
f4cb68b1fa
2
g2.sh
2
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
|
||||
|
|
|
|||
Loading…
Reference in New Issue