Changeset 103073 in vbox
- Timestamp:
- Jan 25, 2024 6:01:29 PM (10 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Installer/common/vboxapisetup.py
r103070 r103073 301 301 print("Installed to: %s" % (sPathInstalled)) 302 302 303 testVBoxAPI() # Testing the VBox API does not affect the exit code. 304 303 305 except RuntimeError as exc: 304 306 print("ERROR: Installation of VirtualBox Python bindings failed: %s" % (exc)) 305 307 return 1 306 308 307 if fInvokeSetupTools \308 and not testVBoxAPI():309 return 1310 309 return 0 311 310
Note:
See TracChangeset
for help on using the changeset viewer.