[PATCH] run-tests: fix identation

Kevin Bullock kbullock+mercurial at ringworld.org
Tue Jun 11 21:32:37 CDT 2013


On 11 Jun 2013, at 5:08 PM, Simon Heimberg wrote:

> # HG changeset patch
> # User simon at laptop-tosh
> # Date 1370979734 -7200
> # Node ID 9a1c68b01e1cab691a168a8dff2802ef25d6bd15
> # Parent  f61311ad7e17e30152e7d38bd01c302df082c329
> run-tests: fix identation
> 
> diff -r f61311ad7e17 -r 9a1c68b01e1c tests/run-tests.py
> --- a/tests/run-tests.py	Die Jun 11 21:23:43 2013 +0200
> +++ b/tests/run-tests.py	Die Jun 11 21:42:14 2013 +0200
> @@ -900,7 +900,7 @@
>     lctest = test.lower()
> 
>     if not os.path.exists(testpath):
> -            return skip("doesn't exist")
> +        return skip("doesn't exist")

Do we not run check-code on itself (nor pyflakes on it)?

pacem in terris / мир / शान्ति / ‎‫سَلاَم‬ / 平和
Kevin R. Bullock



More information about the Mercurial-devel mailing list