diff --git a/g2.sh b/g2.sh index ecdaa0c8..e3ac0940 100755 --- a/g2.sh +++ b/g2.sh @@ -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