Submitter | Simon Heimberg |
---|---|
Date | July 6, 2013, 9:49 p.m. |
Message ID | <e3410899c4ba2cc0bd72.1373147395@lapsi.heimberg.home> |
Download | mbox | patch |
Permalink | /patch/1802/ |
State | Accepted |
Commit | 0e25a9e259314b8b5aa4d73766bd88247fe22bd9 |
Delegated to: | Kevin Bullock |
Headers | show |
Comments
Patch
diff -r ff9b18822beb -r e3410899c4ba tests/test-check-code-hg.t --- a/tests/test-check-code-hg.t Sam Jul 06 21:48:01 2013 +0200 +++ b/tests/test-check-code-hg.t Sam Jul 06 21:48:07 2013 +0200 @@ -27,5 +27,5 @@ New errors are not allowed. Warnings are strongly discouraged. $ { hg manifest 2>/dev/null; ls "$TESTTMP"/*.py; } \ - > | xargs "$check_code" --warnings --nolineno --per-file=0 \ + > | xargs "$check_code" --warnings --per-file=0 \ > || false