VirtualBox

Changeset 103073 in vbox


Ignore:
Timestamp:
Jan 25, 2024 6:01:29 PM (10 months ago)
Author:
vboxsync
Message:

Installer/Python: When internally testing the VBox API right after installing, do not propagate the result to the exit code. bugref:10579

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Installer/common/vboxapisetup.py

    r103070 r103073  
    301301                print("Installed to: %s" % (sPathInstalled))
    302302
     303                testVBoxAPI() # Testing the VBox API does not affect the exit code.
     304
    303305    except RuntimeError as exc:
    304306        print("ERROR: Installation of VirtualBox Python bindings failed: %s" % (exc))
    305307        return 1
    306308
    307     if  fInvokeSetupTools \
    308     and not testVBoxAPI():
    309         return 1
    310309    return 0
    311310
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette