VirtualBox

Ignore:
Timestamp:
May 28, 2020 11:11:14 AM (5 years ago)
Author:
vboxsync
Message:

Validation Kit/testdriver: Use forward slashes in getGuestWinDir().

File:
1 edited

Legend:

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

    r84482 r84581  
    26312631        if oTestVm.isWindows():
    26322632            if oTestVm.sKind in ['WindowsNT4', 'WindowsNT3x',]:
    2633                 sWinDir = 'C:/WinNT/';
     2633                sWinDir = 'C:\\WinNT\\';
    26342634            else:
    2635                 sWinDir = 'C:/Windows/';
     2635                sWinDir = 'C:\\Windows\\';
    26362636        assert sWinDir != '', 'Retrieving Windows directory for non-Windows OS';
    26372637        return sWinDir;
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