From 7f6495d9dd11fffcd52d85ea3bfaf87eaf722ab7 Mon Sep 17 00:00:00 2001 From: David Landa Marban Date: Mon, 17 Aug 2026 14:32:32 +0200 Subject: [PATCH] Adding missing counter --- tests/scripts/docs_check_outputs.sh | 1 + tests/scripts/paper_2025.sh | 1 + tests/scripts/paper_ecmor2026.sh | 1 + 3 files changed, 3 insertions(+) diff --git a/tests/scripts/docs_check_outputs.sh b/tests/scripts/docs_check_outputs.sh index 5eb7bab..ea6f18b 100644 --- a/tests/scripts/docs_check_outputs.sh +++ b/tests/scripts/docs_check_outputs.sh @@ -19,6 +19,7 @@ printf '%s\n' "$files" | while IFS= read -r f; do [ -z "$f" ] && continue if [ ! -f "$f" ]; then echo "$f" >> "$missing_file" + missing=$((missing + 1)) fi done diff --git a/tests/scripts/paper_2025.sh b/tests/scripts/paper_2025.sh index 85292cb..dbd1354 100644 --- a/tests/scripts/paper_2025.sh +++ b/tests/scripts/paper_2025.sh @@ -41,6 +41,7 @@ printf '%s\n' "$files" | while IFS= read -r f; do [ -z "$f" ] && continue if [ ! -f "$f" ]; then echo "$f" >> "$missing_file" + missing=$((missing + 1)) fi done diff --git a/tests/scripts/paper_ecmor2026.sh b/tests/scripts/paper_ecmor2026.sh index d9edbe5..4e9a41b 100644 --- a/tests/scripts/paper_ecmor2026.sh +++ b/tests/scripts/paper_ecmor2026.sh @@ -44,6 +44,7 @@ printf '%s\n' "$files" | while IFS= read -r f; do [ -z "$f" ] && continue if [ ! -f "$f" ]; then echo "$f" >> "$missing_file" + missing=$((missing + 1)) fi done