Changeset 83873 in vbox for trunk/src/VBox/ValidationKit
- Timestamp:
- Apr 21, 2020 6:27:44 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/tests/additions/tdAddBasic1.py
r83869 r83873 424 424 # Make sure to add "--nox11" to the makeself wrapper in order to not getting any blocking 425 425 # xterm window spawned. 426 fRc = self.txsRunTest(oTxsSession, 'VBoxLinuxAdditions.run', 5* 60 * 1000,426 fRc = self.txsRunTest(oTxsSession, 'VBoxLinuxAdditions.run', 30 * 60 * 1000, 427 427 '/bin/sh', ('/bin/sh', '${CDROM}/VBoxLinuxAdditions.run', '--nox11')); 428 428 ## @todo We need to figure out why the result is != 0 when running the .run installer. For now just ignore it.
Note:
See TracChangeset
for help on using the changeset viewer.