[Tests] Enabling all tests, git should work now
This commit is contained in:
parent
7062228998
commit
cc2272e702
8
g1.sh
8
g1.sh
|
|
@ -1,9 +1,3 @@
|
|||
#!/bin/sh
|
||||
# Fast tests
|
||||
cat ~/.gitconfig
|
||||
cp /root/.gitconfig /etc/gitconfig
|
||||
cat /root/.gitconfig
|
||||
echo "[safe]" >> /etc/gitconfig
|
||||
echo " directory = *" >> /etc/gitconfig
|
||||
ls -la /__w/KiBot/KiBot
|
||||
pytest-3 -v --durations=0 -m "not slow" -n 2 --test_dir=output -k test_sch_replace_1
|
||||
pytest-3 -v --durations=0 -m "not slow" -n 2 --test_dir=output
|
||||
|
|
|
|||
4
g2.sh
4
g2.sh
|
|
@ -1,6 +1,6 @@
|
|||
#!/bin/sh
|
||||
set -e
|
||||
# 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
|
||||
#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