tests/test-check-code-hg.t
branchstable
changeset 19495 9aee3d014394
parent 19386 0e25a9e25931
child 20239 16b5f498f49c
equal deleted inserted replaced
19494:3119dc155ac2 19495:9aee3d014394
    24   >   "$TESTTMP"/
    24   >   "$TESTTMP"/
    25   $ for f in "$TESTTMP"/*; do mv "$f" "$f.py"; done
    25   $ for f in "$TESTTMP"/*; do mv "$f" "$f.py"; done
    26 
    26 
    27 New errors are not allowed. Warnings are strongly discouraged.
    27 New errors are not allowed. Warnings are strongly discouraged.
    28 
    28 
    29   $ { hg manifest 2>/dev/null; ls "$TESTTMP"/*.py; } \
    29   $ { hg manifest 2>/dev/null; ls "$TESTTMP"/*.py | sed 's-\\-/-g'; } |
    30   >   | xargs "$check_code" --warnings --per-file=0 \
    30   >   xargs "$check_code" --warnings --per-file=0 || false
    31   >   || false