mkgitrel.pre: check the regexps in deblob-check bin
authorFreedo <freedo@linux-libre.fsfla.org>
Sun, 10 Nov 2024 00:58:06 +0000 (00:58 +0000)
committerFreedo <freedo@linux-libre.fsfla.org>
Sun, 10 Nov 2024 00:58:06 +0000 (00:58 +0000)
mkgitrel.pre

index 9ab959b0372ca31fa11465a26bbe16f79fd1ac1e..8dea9162d9bc056c85a2f2759b3053c922fac32e 100755 (executable)
@@ -122,6 +122,9 @@ for f in scripts/v$rel/.* scripts/v$rel/*; do
   esac
 done &&
 
+DEBLOB_CHECK_PYTHON_REGEX=debug scripts/v$rel/deblob-check \
+                        -i linux-x.y -C /dev/null &&
+
 continue
 
 success=false