mirror of
https://github.com/deadc0de6/dotdrop.git
synced 2026-02-04 14:31:46 +00:00
tests refactoring
This commit is contained in:
2
dotdrop.sh
vendored
2
dotdrop.sh
vendored
@@ -27,7 +27,7 @@ else
|
||||
# virtualenv
|
||||
pybin="${ENV_DIR}/bin/python"
|
||||
fi
|
||||
hash "${pybin}" 2>/dev/null || (echo "python executable not found" && exit 1)
|
||||
hash "${pybin}" 2>/dev/null || { echo "python executable not found" && exit 1; }
|
||||
|
||||
# launch dotdrop
|
||||
PYTHONPATH=dotdrop:${PYTHONPATH} ${pybin} -m dotdrop.dotdrop "${args[@]}"
|
||||
|
||||
Reference in New Issue
Block a user