Mercurial > hg
comparison tests/test-remove.t @ 19381:e033a7d444ac
tests: do not skip code-checking on some whole files
In filterpyflakes the term no-check-code was probably by accident.
In the test the intention was not to skip the entire file but only one
line. But any skipping seems to be unnecessary since a longer time.
author | Simon Heimberg <simohe@besonet.ch> |
---|---|
date | Mon, 01 Jul 2013 06:50:58 +0200 |
parents | 0c2f0048125d |
children | 8cc51c5a9365 |
comparison
equal
deleted
inserted
replaced
19380:ee07f9d142c9 | 19381:e033a7d444ac |
---|---|
1 $ remove() { | 1 $ remove() { |
2 > hg rm $@ | 2 > hg rm $@ |
3 > echo "exit code: $?" # no-check-code | 3 > echo "exit code: $?" |
4 > hg st | 4 > hg st |
5 > # do not use ls -R, which recurses in .hg subdirs on Mac OS X 10.5 | 5 > # do not use ls -R, which recurses in .hg subdirs on Mac OS X 10.5 |
6 > find . -name .hg -prune -o -type f -print | sort | 6 > find . -name .hg -prune -o -type f -print | sort |
7 > hg up -C | 7 > hg up -C |
8 > } | 8 > } |