diff --git a/run-tests.sh b/run-tests.sh index baa846bd..3a640e4a 100644 --- a/run-tests.sh +++ b/run-tests.sh @@ -34,6 +34,7 @@ if [[ $2 == "all" ]]; then done else echo "Executing tests in changed directories" + pwd mapfile -t dirs < <( git diff --dirstat=files,0 HEAD~1 | sed 's/^[ 0-9.]\+% //g') fi