Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
bdemann committed Aug 27, 2024
1 parent 5f4dea2 commit 4b70a3a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scripts/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,8 @@ json_result="["
while read -r dir; do
if ! is_excluded "$dir"; then
json_result+=$(generate_json "$dir")
echo "This is the stuff so far" >&2
echo $json_result >&2
json_result+=","
fi
done <<< "$(echo "$EXAMPLE_DIRECTORIES" | sort)" # Feed sorted directories into the loop
Expand Down

0 comments on commit 4b70a3a

Please sign in to comment.