Re: rev 7920 fresh checkout fails tests?

2008-07-14 Thread Matt Wilson
On Jul 13, 11:50 pm, "Russell Keith-Magee" <[EMAIL PROTECTED]> wrote: > Looking at the failures you are getting, it looks like you might not > have a completely clean checkout. At least some of the failures appear > to be due to the recently added python 2.3 compatibility > implementation of

Re: rev 7920 fresh checkout fails tests?

2008-07-14 Thread Karen Tracey
On Mon, Jul 14, 2008 at 12:57 AM, Russell Keith-Magee < [EMAIL PROTECTED]> wrote: > > On Mon, Jul 14, 2008 at 12:25 PM, Karen Tracey <[EMAIL PROTECTED]> wrote: > > > > Speaking of 2.3 compatibility, the tests don't run for me on 2.3 (which I > > just installed for testing purposes). I get: > ...

Re: rev 7920 fresh checkout fails tests?

2008-07-13 Thread Russell Keith-Magee
On Mon, Jul 14, 2008 at 12:25 PM, Karen Tracey <[EMAIL PROTECTED]> wrote: > > Speaking of 2.3 compatibility, the tests don't run for me on 2.3 (which I > just installed for testing purposes). I get: ... > cmd += ''.join(' %s' % arg for arg in args) > ^ >

Re: rev 7920 fresh checkout fails tests?

2008-07-13 Thread Waylan Limberg
On Mon, Jul 14, 2008 at 12:25 AM, Karen Tracey <[EMAIL PROTECTED]> wrote: [snip] > File "D:\u\kmt\django\trunk\tests\regressiontests\admin_scripts\tests.py", > line 56 > cmd += ''.join(' %s' % arg for arg in args) > ^ > SyntaxError: invalid syntax > > (the

Re: rev 7920 fresh checkout fails tests?

2008-07-13 Thread Karen Tracey
On Sun, Jul 13, 2008 at 11:50 PM, Russell Keith-Magee < [EMAIL PROTECTED]> wrote: > > On Mon, Jul 14, 2008 at 10:55 AM, Matt Wilson <[EMAIL PROTECTED]> wrote: > > > > I'm trying to figure out if I'm running the tests incorrectly, or if > > there are really are failed tests in the revision. > >

Re: rev 7920 fresh checkout fails tests?

2008-07-13 Thread Russell Keith-Magee
On Mon, Jul 14, 2008 at 10:55 AM, Matt Wilson <[EMAIL PROTECTED]> wrote: > > I'm trying to figure out if I'm running the tests incorrectly, or if > there are really are failed tests in the revision. I'm not seeing any failure in my checkout of [7920]. Looking at the failures you are getting, it

rev 7920 fresh checkout fails tests?

2008-07-13 Thread Matt Wilson
I'm trying to figure out if I'm running the tests incorrectly, or if there are really are failed tests in the revision. There's no point in working on a patch if I'm just doing something wrong, so I'd really appreciate it if somebody can look over how I'm running these tests. I ran the