Changeset 83856 in vbox for trunk/src/VBox/ValidationKit/tests/additions/tdAddBasic1.py
- Timestamp:
- Apr 20, 2020 1:48:08 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/tests/additions/tdAddBasic1.py
r83852 r83856 421 421 # 422 422 fRc = self.txsRunTest(oTxsSession, 'VBoxLinuxAdditions.run', 5 * 60 * 1000, 423 '/bin/sh', ('/bin/sh', '${CDROM}/VBoxLinuxAdditions.run'), fCheckSessionStatus = True); 423 '/bin/sh', ('/bin/sh', '${CDROM}/VBoxLinuxAdditions.run')); 424 ## @todo We need to figure out why the result is != 0 when running the .run installer. For now just ignore it. 424 425 if not fRc: 425 reporter.error('Installing Linux Additions failed (see log file for details)'); 426 reporter.error('Installing Linux Additions failed (isSuccess=%s, iResult=%d, see log file for details)' 427 % (oTxsSession.isSuccess(), oTxsSession.getResult())); 426 428 427 429 #
Note:
See TracChangeset
for help on using the changeset viewer.