[Zope-dev] New testrunner is confusing the heck out of me

2005-12-12 Thread Paul Winkler
I'm assuming this is operator error, but I can't make head nor tail of
the following (in a zope 2 trunk sandbox).  Note the number of tests run
by each command:

[EMAIL PROTECTED] Zope-Trunk $ python lib/python/OFS/tests/testObjectManager.py 
.No handlers could be found for logger Zope
.
--
Ran 22 tests in 7.545s

OK
[EMAIL PROTECTED] Zope-Trunk $ python test.py --all -m testObjectManager
Running tests at all levels
/usr/lib/python2.4/whrandom.py:38: DeprecationWarning: the whrandom
module is deprecated; please use the random module
  DeprecationWarning)
Running unit tests:
  Running:

  Ran 12 tests with 0 failures and 0 errors in 0.010 seconds.


-- 

Paul Winkler
http://www.slinkp.com
___
Zope-Dev maillist  -  Zope-Dev@zope.org
http://mail.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists - 
 http://mail.zope.org/mailman/listinfo/zope-announce
 http://mail.zope.org/mailman/listinfo/zope )


Re: [Zope-dev] New testrunner is confusing the heck out of me

2005-12-12 Thread Paul Winkler
On Mon, Dec 12, 2005 at 03:31:08PM -0500, Paul Winkler wrote:
 I'm assuming this is operator error

And so it was.  I had SOFTWARE_HOME set pointing to a 2.7 installation!

remembering-to-check-what-crap-is-in-my-environment-next-time-ly-y'rs,

-PW

-- 

Paul Winkler
http://www.slinkp.com
___
Zope-Dev maillist  -  Zope-Dev@zope.org
http://mail.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists - 
 http://mail.zope.org/mailman/listinfo/zope-announce
 http://mail.zope.org/mailman/listinfo/zope )