• Barry Warsaw's avatar
    Environmental pollution was causing testzLog to fail in checkBasics · 4e3ab3b2
    Barry Warsaw authored
    depending on whether the full or a partial test suite was run.  In
    particular, in my case there was a EVENT_LOG_FILE turd left in the
    environment which was causes StupidLogTest's checkBasics to fail.
    
    The fix is to wipe the environment in both the setup and the tear
    down, although I wonder why EventLogTest's teardown didn't clean
    things up properly.  Hmm, with this patch the test suite succeeds.
    4e3ab3b2
testzLog.py 4.94 KB