Changeset 86440 in vbox
- Timestamp:
- Oct 4, 2020 11:39:48 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/testdriver/vbox.py
r86438 r86440 462 462 463 463 # Determine the build type. 464 (iExit, sStdOut, sStdErr) = utils.processOutputUnchecked([os.path.join(self.sInstallPath,465 466 464 (iExit, sStdOut, _) = utils.processOutputUnchecked([os.path.join(self.sInstallPath, 465 'VBoxManage' + base.exeSuff()), 466 '--dump-build-type']); 467 467 sStdOut = sStdOut.strip(); 468 468 if iExit == 0 and sStdOut in ('release', 'debug', 'strict', 'dbgopt', 'asan'):
Note:
See TracChangeset
for help on using the changeset viewer.