[PATCH] run-tests: fix identation
Matt Mackall
mpm at selenic.com
Wed Jun 12 16:06:24 UTC 2013
On Tue, 2013-06-11 at 21:32 -0500, Kevin Bullock wrote:
> 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)?
We run both and both pass.
--
Mathematics is the supreme nostalgia of our time.
More information about the Mercurial-devel
mailing list