Changeset 1377

Show
Ignore:
Timestamp:
02/18/10 10:22:14 (5 months ago)
Author:
odole
Message:

2010-02-18 Olivier DOLE <odole@sand-labs.org>

Fix DRT script when running with a debug build.

  • Scripts/Drt/runtests.py:
Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/BAL/ChangeLogOWB

    r1375 r1377  
     12010-02-18  Olivier DOLE  <odole@sand-labs.org> 
     2 
     3        Fix DRT script when running with a debug build. 
     4 
     5        * Scripts/Drt/runtests.py: 
     6 
    172010-02-17  Gilles Bertal  <gbertal@sand-labs.org> 
    28 
  • trunk/BAL/Scripts/Drt/runtests.py

    r1368 r1377  
    9999                if self.config['leak'] : 
    100100                    for k in thread.getLeaks().keys() : 
     101                        if not self.leakList.has_key(k): 
     102                            self.leakList[k] = 0 
    101103                        self.leakList[k] += thread.getLeaks()[k] 
    102104