Changeset 103278 in vbox for trunk/src/VBox/ValidationKit/tests
- Timestamp:
- Feb 8, 2024 12:56:10 PM (12 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/tests/unittests/tdUnitTest1.py
r103274 r103278 779 779 """ Tries to figure which VBox version this is, setting self.aiVBoxVer. """ 780 780 try: 781 sVer = utils.processOutputChecked(['VBoxManage', '--version']) 781 oVBox = self.oVBoxMgr.getVirtualBox(); 782 sVer = oVBox.version; 782 783 783 784 sVer = sVer.strip();
Note:
See TracChangeset
for help on using the changeset viewer.