Changeset 83860 in vbox
- Timestamp:
- Apr 20, 2020 2:39:40 PM (5 years ago)
- svn:sync-xref-src-repo-rev:
- 137389
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/tests/additions/tdAddBasic1.py
r83856 r83860 420 420 # Also tell the installer to produce the appropriate log files. 421 421 # 422 # Make sure to add "--nox11" to the makeself wrapper in order to not getting any blocking 423 # xterm window spawned. 422 424 fRc = self.txsRunTest(oTxsSession, 'VBoxLinuxAdditions.run', 5 * 60 * 1000, 423 '/bin/sh', ('/bin/sh', '${CDROM}/VBoxLinuxAdditions.run' ));425 '/bin/sh', ('/bin/sh', '${CDROM}/VBoxLinuxAdditions.run', '--nox11')); 424 426 ## @todo We need to figure out why the result is != 0 when running the .run installer. For now just ignore it. 425 427 if not fRc:
Note:
See TracChangeset
for help on using the changeset viewer.