VirtualBox

Ignore:
Timestamp:
Mar 22, 2017 4:44:04 PM (8 years ago)
Author:
vboxsync
Message:

ValidationKit: on Windows, mark reboots triggered by the Validation Kit so that they can be spotted in the event log

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/ValidationKit/testboxscript/testboxcommand.py

    r62484 r66208  
    171171        asCmd2 = None;
    172172        if sOs == 'win':
    173             asCmd = ['shutdown', '/r', '/t', '0'];
     173            asCmd = ['shutdown', '/r', '/t', '0', '/c', '"ValidationKit triggered reboot"', '/d', '4:1'];
    174174        elif sOs == 'os2':
    175175            asCmd = ['setboot', '/B'];
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