Merge branch 'fix-kicad-tests'
This commit is contained in:
commit
e89a54dcb2
2 changed files with 2 additions and 2 deletions
|
|
@ -27,7 +27,7 @@ _SCRIPT_NAME="$(basename "${_CALLER_SCRIPT}" .sh)"
|
|||
|
||||
# Find project root (walk up looking for .git)
|
||||
_PROJECT_ROOT="${_CALLER_DIR}"
|
||||
while [[ ! -d "${_PROJECT_ROOT}/.git" ]] && [[ "${_PROJECT_ROOT}" != "/" ]]; do
|
||||
while [[ ! -e "${_PROJECT_ROOT}/.git" ]] && [[ "${_PROJECT_ROOT}" != "/" ]]; do
|
||||
_PROJECT_ROOT="$(dirname "${_PROJECT_ROOT}")"
|
||||
done
|
||||
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
Subproject commit 4c8ef179b8539f24b3c2ddd8bf2dc8bf1af1cc1a
|
||||
Subproject commit d07cf78508951e204ff6c57c68e1930462838c39
|
||||
Loading…
Reference in a new issue