VirtualBox

Changeset 99413 in vbox


Ignore:
Timestamp:
Apr 17, 2023 7:49:48 AM (20 months ago)
Author:
vboxsync
Message:

Validation Kit/vbox.py: Added Windows2000 to getGuestWinDir(), as that also needs special treatment for the Windows directory.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/ValidationKit/testdriver/vbox.py

    r99294 r99413  
    29652965        sWinDir = '';
    29662966        if oTestVm.isWindows():
    2967             if oTestVm.sKind in ['WindowsNT4', 'WindowsNT3x',]:
     2967            if oTestVm.sKind in ['WindowsNT4', 'WindowsNT3x', 'Windows2000',]:
    29682968                sWinDir = 'C:\\WinNT\\';
    29692969            else:
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