Re: runtests.py MySql failures=2

2007-07-04 Thread Malcolm Tredinnick
On Wed, 2007-07-04 at 11:32 -0500, Carl Karsten wrote: > DATABASE_ENGINE = 'sqlite3' > ./runtests.py - no errors. > > change to: > DATABASE_ENGINE = 'mysql' > (first time running the tests on MySql, so chance something is hozed on my > end.) > > > [EMAIL PROTECTED]:~/django/django-src/tests$

runtests.py MySql failures=2

2007-07-04 Thread Carl Karsten
DATABASE_ENGINE = 'sqlite3' ./runtests.py - no errors. change to: DATABASE_ENGINE = 'mysql' (first time running the tests on MySql, so chance something is hozed on my end.) [EMAIL PROTECTED]:~/django/django-src/tests$ ./runtests.py --settings settings