##// END OF EJS Templates
test-check-code-hg: fix xargs exit status on OSX...
Patrick Mezard -
r16156:e7746fef stable
parent child Browse files
Show More
@@ -3,7 +3,7 b''
3 3
4 4 $ hg manifest | xargs "$check_code" || echo 'FAILURE IS NOT AN OPTION!!!'
5 5
6 $ hg manifest | xargs "$check_code" --warnings --nolineno --per-file=0
6 $ hg manifest | xargs "$check_code" --warnings --nolineno --per-file=0 || true
7 7 contrib/check-code.py:0:
8 8 > # (r'^\s+[^_ \n][^_. \n]+_[^_\n]+\s*=', "don't use underbars in identifiers"),
9 9 warning: line over 80 characters
@@ -657,4 +657,3 b''
657 657 tests/test-walkrepo.py:0:
658 658 > print "Found %d repositories when I should have found 3" % (len(reposet),)
659 659 warning: line over 80 characters
660 [123]
General Comments 0
You need to be logged in to leave comments. Login now