Index: /trunk/BAL/Scripts/Drt/runtests.py =================================================================== --- /trunk/BAL/Scripts/Drt/runtests.py (revision 1368) +++ /trunk/BAL/Scripts/Drt/runtests.py (revision 1377) @@ -99,4 +99,6 @@ if self.config['leak'] : for k in thread.getLeaks().keys() : + if not self.leakList.has_key(k): + self.leakList[k] = 0 self.leakList[k] += thread.getLeaks()[k] Index: /trunk/BAL/ChangeLogOWB =================================================================== --- /trunk/BAL/ChangeLogOWB (revision 1375) +++ /trunk/BAL/ChangeLogOWB (revision 1377) @@ -1,2 +1,8 @@ +2010-02-18 Olivier DOLE + + Fix DRT script when running with a debug build. + + * Scripts/Drt/runtests.py: + 2010-02-17 Gilles Bertal