From 2c8897ed9613efd29a5f4f2b34aa72a393672815 Mon Sep 17 00:00:00 2001 From: Adriane Boyd Date: Tue, 2 May 2023 09:52:28 +0200 Subject: [PATCH] Debugging --- run-tests.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/run-tests.sh b/run-tests.sh index baa846bd9..3a640e4a1 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