Skip to content

Commit

Permalink
test: add glob dir to capture all nested *.md files
Browse files Browse the repository at this point in the history
  • Loading branch information
storopoli committed May 4, 2024
1 parent 12ec2b4 commit 9b4c0aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cookbook/tests/generate.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ cat << EOF > src/lib.rs
extern crate doc_comment;
EOF

for doc in ../src/*.md
for doc in ../src/**/*.md
do
NAME=$(basename $doc .md)
NAME=${NAME//./_}
Expand Down

0 comments on commit 9b4c0aa

Please sign in to comment.