1
0
mirror of https://github.com/deadc0de6/dotdrop.git synced 2026-02-10 23:09:16 +00:00

Revert "Import config"

This commit is contained in:
deadc0de
2019-04-28 19:18:48 +02:00
committed by GitHub
parent ed0fddb483
commit 861cb39ad4
7 changed files with 98 additions and 1081 deletions

View File

@@ -34,8 +34,6 @@ PYTHONPATH=dotdrop ${nosebin} -s --with-coverage --cover-package=dotdrop
#PYTHONPATH=dotdrop python3 -m pytest tests
## execute bash script tests
[ "$1" = '--python-only' ] || {
for scr in tests-ng/*.sh; do
${scr}
done
}
for scr in tests-ng/*.sh; do
${scr}
done