VirtualBox

Ignore:
Timestamp:
Sep 2, 2020 2:56:10 PM (4 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
140199
Message:

Main: bugref:9341: Fixed path delimiter for log files

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/ValidationKit/tests/autostart/tdAutostart1.py

    r85868 r86003  
    11281128        else:
    11291129            if self.sTestBuild.endswith('.msi'):
    1130                 sLogFile = 'C:\\Temp\\VBoxInstallLog.txt';
     1130                sLogFile = 'C:/Temp/VBoxInstallLog.txt';
    11311131                (fRc, _, _, _) = self.guestProcessExecute(oGuestSession, 'Installing VBox',
    11321132                                                        240 * 1000, 'C:\\Windows\\System32\\msiexec.exe',
     
    11381138                    reporter.error('Installing the VBox from msi installer failed');
    11391139            else:
    1140                 sLogFile = 'C:\\Temp\\Virtualbox\\VBoxInstallLog.txt';
     1140                sLogFile = 'C:/Temp/Virtualbox/VBoxInstallLog.txt';
    11411141                (fRc, _, _, _) = self.guestProcessExecute(oGuestSession, 'Installing VBox',
    11421142                                                        240 * 1000, 'C:\\Temp\\' + os.path.basename(self.sTestBuild),
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