tests/test-check-shbang.t
branchstable
changeset 49950 37de1a154472
parent 43692 2d8d4e08c493
equal deleted inserted replaced
49947:43bfddcba7d6 49950:37de1a154472
    12   $ testrepohg files 'set:grep(r"#!.*?python") and **/*.t' \
    12   $ testrepohg files 'set:grep(r"#!.*?python") and **/*.t' \
    13   > -X tests/test-check-execute.t \
    13   > -X tests/test-check-execute.t \
    14   > -X tests/test-check-format.t \
    14   > -X tests/test-check-format.t \
    15   > -X tests/test-check-module-imports.t \
    15   > -X tests/test-check-module-imports.t \
    16   > -X tests/test-check-pyflakes.t \
    16   > -X tests/test-check-pyflakes.t \
    17   > -X tests/test-check-shbang.t
    17   > -X tests/test-check-shbang.t \
       
    18   > -X tests/test-highlight.t
    18   [1]
    19   [1]
    19 
    20 
    20 The above exclusions are because they're looking for files that
    21 The above exclusions are because they're looking for files that
    21 contain Python but don't end in .py - please avoid adding more.
    22 contain Python but don't end in .py - please avoid adding more.
    22 
    23