tests: Do not run 'cve' checker in 'tests/guix-lint.sh'.
Reported by Malcolm, Cook <MEC@stowers.org>. * tests/guix-lint.sh: Pass '-c synopsis,description' in first invocation so we don't run the 'cve' checker.
This commit is contained in:
parent
493e9a5a8f
commit
a61cd1d0fd
|
@ -54,7 +54,7 @@ grep_warning ()
|
|||
# 2) the synopsis starts with a lower-case letter;
|
||||
# 3) the description has a single space following the end-of-sentence period.
|
||||
|
||||
out=`guix lint dummy 2>&1`
|
||||
out=`guix lint -c synopsis,description dummy 2>&1`
|
||||
if [ `grep_warning "$out"` -ne 3 ]
|
||||
then false; else true; fi
|
||||
|
||||
|
|
Loading…
Reference in New Issue