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

fix for merge

This commit is contained in:
deadc0de6
2023-09-22 11:05:00 +02:00
committed by deadc0de
parent df98fdb30d
commit 1c6bd8297c

5
tests-ng/backup.sh vendored
View File

@@ -7,10 +7,11 @@
# #
## start-cookie ## start-cookie
set -e set -euo errtrace pipefail
cur=$(cd "$(dirname "${0}")" && pwd) cur=$(cd "$(dirname "${0}")" && pwd)
ddpath="${cur}/../" ddpath="${cur}/../"
export PYTHONPATH="${ddpath}:${PYTHONPATH}" PPATH="{PYTHONPATH:-}"
export PYTHONPATH="${ddpath}:${PPATH}"
altbin="python3 -m dotdrop.dotdrop" altbin="python3 -m dotdrop.dotdrop"
if hash coverage 2>/dev/null; then if hash coverage 2>/dev/null; then
mkdir -p coverages/ mkdir -p coverages/