Skip to content

Commit

Permalink
Add a comment to justify not including the contents of subdirectories
Browse files Browse the repository at this point in the history
  • Loading branch information
oSoMoN committed Feb 13, 2024
1 parent faa810f commit 55bc85d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions run-upstream-testsuite.sh
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,8 @@ do
json+="\"stderr\":\"$(base64 -w0 < stderr.txt)\","
json+="\"files\":{"
cd gt-$test.*
# Note: this doesn't include the contents of subdirectories,
# but there isn't much value added in doing so
for file in *
do
[[ -f "$file" ]] && json+="\"$file\":\"$(base64 -w0 < "$file")\","
Expand Down

0 comments on commit 55bc85d

Please sign in to comment.