Skip to content

Commit 39d6691

Browse files
authored
Merge pull request #23 from daavid00/dev
Adding missing counter
2 parents b421eb1 + 47f53a2 commit 39d6691

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

tests/scripts/docs_check_outputs.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ printf '%s\n' "$files" | while IFS= read -r f; do
1212
[ -z "$f" ] && continue
1313
if [ ! -f "$f" ]; then
1414
echo "$f" >> "$missing_file"
15+
missing=$((missing + 1))
1516
fi
1617
done
1718

0 commit comments

Comments
 (0)