Skip to content

Commit 73695c2

Browse files
committed
Adding missing counter
1 parent 9b707f5 commit 73695c2

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

tests/scripts/docs_check_outputs.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ printf '%s\n' "$files" | while IFS= read -r f; do
1818
[ -z "$f" ] && continue
1919
if [ ! -f "$f" ]; then
2020
echo "$f" >> "$missing_file"
21+
missing=$((missing + 1))
2122
fi
2223
done
2324

tests/scripts/paper_convergence.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ printf '%s\n' "$files" | while IFS= read -r f; do
5050
[ -z "$f" ] && continue
5151
if [ ! -f "$f" ]; then
5252
echo "$f" >> "$missing_file"
53+
missing=$((missing + 1))
5354
fi
5455
done
5556

0 commit comments

Comments
 (0)