Ensure that latex-tables tool succeeds

Signed-off-by: Steffen Jaeckel <s@jaeckel.eu>
This commit is contained in:
Steffen Jaeckel 2026-08-03 11:12:19 +02:00
parent 014cc99c75
commit 885578932a

View file

@ -24,6 +24,8 @@ function run_gcc() {
make -j$(nproc) latex-tables V=0
./latex-tables
echo "verify docs..."
while read -r line; do
grep -q -e "$line" doc/crypt.tex || { echo "Failed to find \"$line\" in doc/crypt.tex"; exit 1; }