VirtualBox

Changeset 93766 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Feb 15, 2022 9:52:56 PM (3 years ago)
Author:
vboxsync
Message:

vsheriff: Windows install failure reason. [fix]

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/ValidationKit/testmanager/batch/virtual_test_sheriff.py

    r93765 r93766  
    873873            ( True, ktReason_Host_InstallationFailed, 'pkgadd: ERROR: postinstall script did not complete successfully' ),
    874874        ],
    875         'win': {
     875        'win': [
    876876            # ( Whether to stop on hit, reason tuple, needle text. )
    877877            ( True,  ktReason_Host_InstallationWantReboot, 'ERROR_SUCCESS_REBOOT_REQUIRED' ),
    878878            ( False, ktReason_Host_InstallationFailed, 'Installation error.' ),
    879         }
     879        ],
    880880    };
    881881
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