370
375
# starting us in a known state.
374
380
# Capture garbo log output to tests can examine it.
375
381
self.log_buffer = StringIO()
376
382
handler = logging.StreamHandler(self.log_buffer)
377
383
self.log.addHandler(handler)
379
395
def runDaily(self, maximum_chunk_size=2, test_args=()):
381
397
LaunchpadZopelessLayer.switchDbUser('garbo_daily')