Changeset 56803 in vbox for trunk/src/VBox/ValidationKit/testmanager/core
- Timestamp:
- Jul 3, 2015 11:14:37 PM (10 years ago)
- svn:sync-xref-src-repo-rev:
- 101453
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/testmanager/core/schedulerbeci.py
r56295 r56803 87 87 #self.msgDebug('testgroup loop: %s' % (oTestGroup,)); 88 88 for oTestCase in oTestGroup.aoTestCases: 89 self.msgDebug('testcase loop: idTestCase=%s' % (oTestCase.idTestCase,));89 #self.msgDebug('testcase loop: idTestCase=%s' % (oTestCase.idTestCase,)); 90 90 if iPrio <= oTestCase.iBeciPrio and len(oTestCase.aoArgsVariations) > 0: 91 91 # Get variation.
Note:
See TracChangeset
for help on using the changeset viewer.