Skip to content

Commit

Permalink
Update doctest.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
Akuli authored Feb 20, 2024
1 parent c66ac9f commit ee65b22
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion doctest.sh
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,8 @@ nfail=0

cd tmp/doctest
for file in */*.jou; do
# print file and line number, as in "doc/foo.md:123: "
# Print file and line number, as in "doc/foo.md:123: "
# Newline is deleted to avoid warning on NetBSD 9.3, see issue #500
echo -n "$(basename "$(dirname "$file")" | tr -d '\n' | base64 -d):$(basename "$file" | cut -d'.' -f1): "

cp "$file" test.jou
Expand Down

0 comments on commit ee65b22

Please sign in to comment.