[Tests] Copying root options to global
This commit is contained in:
parent
460b1a2dc3
commit
1e6189f637
2
g1.sh
2
g1.sh
|
|
@ -1,5 +1,7 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
# Fast tests
|
# Fast tests
|
||||||
cat ~/.gitconfig
|
cat ~/.gitconfig
|
||||||
|
cp /root/.gitconfig /etc/gitconfig
|
||||||
|
cat /root/.gitconfig
|
||||||
ls -la /__w/KiBot/KiBot
|
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 -k test_sch_replace_1
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue