There was an error while loading. Please reload this page.
2 parents b421eb1 + 47f53a2 commit 39d6691Copy full SHA for 39d6691
1 file changed
tests/scripts/docs_check_outputs.sh
@@ -12,6 +12,7 @@ printf '%s\n' "$files" | while IFS= read -r f; do
12
[ -z "$f" ] && continue
13
if [ ! -f "$f" ]; then
14
echo "$f" >> "$missing_file"
15
+ missing=$((missing + 1))
16
fi
17
done
18
0 commit comments