Changeset 83977 in vbox for trunk/src/VBox/ValidationKit
- Timestamp:
- Apr 24, 2020 5:20:24 PM (5 years ago)
- svn:sync-xref-src-repo-rev:
- 137544
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/tests/additions/tdAddBasic1.py
r83927 r83977 350 350 # xterm window spawned. 351 351 fRc = self.txsRunTest(oTxsSession, 'VBoxLinuxAdditions.run', 30 * 60 * 1000, 352 '/bin/sh', ('/bin/sh', '${CDROM}/VBoxLinuxAdditions.run', '--nox11'));353 ## @todo We need to figure out why the result is != 0 when running the .run installer. For now just ignore it.352 '/bin/sh', ('/bin/sh', '${CDROM}/VBoxLinuxAdditions.run', '--nox11'), 353 fCheckSessionStatus = True); 354 354 if not fRc: 355 355 reporter.error('Installing Linux Additions failed (isSuccess=%s, iResult=%d, see log file for details)'
Note:
See TracChangeset
for help on using the changeset viewer.