~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to testsweet.py

  • Committer: Martin Pool
  • Date: 2005-06-27 04:18:10 UTC
  • mto: This revision was merged to the branch mainline in revision 852.
  • Revision ID: mbp@sourcefrog.net-20050627041810-a8d17e00aa05cc7a
remove a reference to bzr from testsweet

Show diffs side-by-side

added added

removed removed

Lines of Context:
286
286
    log_filename = os.path.abspath('test.log')
287
287
    TestBase.TEST_LOG = open(log_filename, 'wt', buffering=1) # line buffered
288
288
 
289
 
    print >>TestBase.TEST_LOG, "bzr tests run at " + time.ctime()
 
289
    print >>TestBase.TEST_LOG, "tests run at " + time.ctime()
290
290
    print '%-30s %s' % ('test log', log_filename)
291
291
 
292
292