Changeset 69542 in vbox for trunk/src/VBox
- Timestamp:
- Nov 1, 2017 1:20:49 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/testdriver/vbox.py
r69541 r69542 820 820 if 'COMPUTERNAME' in os.environ and utils.getHostOs() == 'windows': 821 821 self.fDoHeapChecks = os.environ['COMPUTERNAME'] in [ 'TESTBOXWIN5', 'WEI01-B6KC-4', 'TESTBOXPILE2' ]; 822 if self.fDoHeapChecks: 823 reporter.log('Will do heap checking...'); 822 824 823 825 # Quietly detect build and validation kit.
Note:
See TracChangeset
for help on using the changeset viewer.