Skip to content

Commit

Permalink
Debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
adrianeboyd committed May 2, 2023
1 parent 3459842 commit 979fca8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions run-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ if [[ $2 == "all" ]]; then
else
echo "Executing tests in changed directories"
pwd
ls
git show HEAD~1
ls -a
git diff --dirstat=files,0
mapfile -t dirs < <( git diff --dirstat=files,0 | sed 's/^[ 0-9.]\+% //g')
fi

Expand Down

0 comments on commit 979fca8

Please sign in to comment.