Skip to content
Snippets Groups Projects
Commit a6180647 authored by Matt Mackall's avatar Matt Mackall
Browse files

tests: only call check-code once

The accepted warnings list is now empty, let's try to keep it that way.
parent 09d5681d
No related branches found
No related tags found
No related merge requests found
......@@ -5,5 +5,4 @@
> echo "skipped: not a Mercurial working dir" >&2
> exit 80
> fi
$ hg manifest | xargs "$check_code" || echo 'FAILURE IS NOT AN OPTION!!!'
......@@ -9,2 +8,4 @@
$ hg manifest | xargs "$check_code" --warnings --nolineno --per-file=0 || true
New errors are not allowed. Warnings are strongly discouraged.
$ hg manifest | xargs "$check_code" --warnings --nolineno --per-file=0
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment