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 Jun 5, 2024
1 parent e1e6c8e commit 81c90e6
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 81c90e6

Please sign in to comment.