Changeset 84801 in vbox for trunk/src/VBox/ValidationKit
- Timestamp:
- Jun 11, 2020 9:06:48 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/tests/additions/tdAddBasic1.py
r84797 r84801 210 210 211 211 if oTestVm.isWindows(): 212 self.sFileCdWait = 'VBoxWindowsAdditions.exe';212 self.sFileCdWait = ('%s/VBoxWindowsAdditions.exe' % (self.sPathGaISO,)); 213 213 elif oTestVm.isLinux(): 214 self.sFileCdWait = 'VBoxLinuxAdditions.run';214 self.sFileCdWait = ('%s/VBoxLinuxAdditions.run' % (self.sPathGaISO,)); 215 215 216 216 reporter.testStart('Waiting for TXS + CD (%s)' % (self.sFileCdWait,));
Note:
See TracChangeset
for help on using the changeset viewer.