[Tests] Trying to figure out git issues
This commit is contained in:
parent
a9b90568d4
commit
460b1a2dc3
4
g1.sh
4
g1.sh
|
|
@ -1,3 +1,5 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
# Fast tests
|
# Fast tests
|
||||||
pytest-3 -v --durations=0 -m "not slow" -n 2 --test_dir=output
|
cat ~/.gitconfig
|
||||||
|
ls -la /__w/KiBot/KiBot
|
||||||
|
pytest-3 -v --durations=0 -m "not slow" -n 2 --test_dir=output -k test_sch_replace_1
|
||||||
|
|
|
||||||
4
g2.sh
4
g2.sh
|
|
@ -1,6 +1,6 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
set -e
|
set -e
|
||||||
# Eeschema tests
|
# Eeschema tests
|
||||||
pytest-3 -v --durations=0 -m "eeschema" --test_dir=output
|
#pytest-3 -v --durations=0 -m "eeschema" --test_dir=output
|
||||||
# KiCad2Step tests and others
|
# KiCad2Step tests and others
|
||||||
pytest-3 -v --durations=0 -m "slow and (not (pcbnew or eeschema))" --log-cli-level debug --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