Changeset 93765 in vbox for trunk/src/VBox/ValidationKit/testmanager
- Timestamp:
- Feb 15, 2022 9:51:13 PM (3 years ago)
- svn:sync-xref-src-repo-rev:
- 149950
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/testmanager/batch/virtual_test_sheriff.py
r93764 r93765 638 638 ktReason_Host_DriverNotCompilable = ( 'Host', 'Driver not compilable' ); 639 639 ktReason_Host_InstallationFailed = ( 'Host', 'Installation failed' ); 640 ktReason_Host_InstallationWantReboot = ( 'Host', 'Installation want reboot' ); 640 641 ktReason_Host_NotSignedWithBuildCert = ( 'Host', 'Not signed with build cert' ); 641 642 ktReason_Host_DoubleFreeHeap = ( 'Host', 'Double free or corruption' ); … … 872 873 ( True, ktReason_Host_InstallationFailed, 'pkgadd: ERROR: postinstall script did not complete successfully' ), 873 874 ], 875 'win': { 876 # ( Whether to stop on hit, reason tuple, needle text. ) 877 ( True, ktReason_Host_InstallationWantReboot, 'ERROR_SUCCESS_REBOOT_REQUIRED' ), 878 ( False, ktReason_Host_InstallationFailed, 'Installation error.' ), 879 } 874 880 }; 875 881
Note:
See TracChangeset
for help on using the changeset viewer.