[Tests] Added stop on errors to g2.sh

- It was silently failing
This commit is contained in:
Salvador E. Tropea 2022-10-14 07:30:15 -03:00
parent d5c49343dd
commit 75430cf849
1 changed files with 1 additions and 0 deletions

1
g2.sh
View File

@ -1,4 +1,5 @@
#!/bin/sh
set -euxo pipefail
# Eeschema tests
pytest-3 -v --durations=0 -m "eeschema" --test_dir=output
# KiCad2Step tests and others