[Tests] Trying more conservative exit on error option

This commit is contained in:
Salvador E. Tropea 2022-10-14 07:42:24 -03:00
parent f81493ba24
commit a2d944e85a
1 changed files with 1 additions and 1 deletions

2
g2.sh
View File

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