Changeset 98998 in vbox for trunk/src/VBox/ValidationKit/tests/additions/tdAddBasic1.py
- Timestamp:
- Mar 16, 2023 9:34:21 AM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/tests/additions/tdAddBasic1.py
r98992 r98998 524 524 iRc = self.getAdditionsInstallerResult(oTxsSession); 525 525 # Check for rc == 0 just for completeness. 526 if iRc in (0, 2): # Can happen if the GA installer has detected older VBox kernel modules running and needs a reboot. 526 if iRc in (0, 2): # Can happen if the GA installer has detected older VBox kernel modules running 527 # and needs a reboot. 527 528 reporter.log('Guest has old(er) VBox kernel modules still running; requires a reboot'); 528 529 fRc = True;
Note:
See TracChangeset
for help on using the changeset viewer.