tests/test-check-code-hg.t
changeset 16166 5b0a4383cd5e
parent 16088 6c1daae0ae7b
parent 16156 e7746fefd1ef
child 16192 a4413624d014
--- a/tests/test-check-code-hg.t	Thu Feb 23 18:05:20 2012 +0100
+++ b/tests/test-check-code-hg.t	Fri Feb 24 16:16:48 2012 -0600
@@ -3,7 +3,7 @@
 
   $ hg manifest | xargs "$check_code" || echo 'FAILURE IS NOT AN OPTION!!!'
 
-  $ hg manifest | xargs "$check_code" --warnings --nolineno --per-file=0
+  $ hg manifest | xargs "$check_code" --warnings --nolineno --per-file=0 || true
   contrib/check-code.py:0:
    > #    (r'^\s+[^_ \n][^_. \n]+_[^_\n]+\s*=', "don't use underbars in identifiers"),
    warning: line over 80 characters
@@ -654,4 +654,3 @@
   tests/test-walkrepo.py:0:
    >         print "Found %d repositories when I should have found 3" % (len(reposet),)
    warning: line over 80 characters
-  [123]