Changeset 99691 in vbox for trunk/src/VBox/ValidationKit/tests/additions
- Timestamp:
- May 9, 2023 9:05:00 AM (20 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/tests/additions/tdAddBasic1.py
r99672 r99691 589 589 # This might fail on pure server guest OSes (no X, no Wayland). 590 590 if self.fpApiVer >= 7.1 and self.uRevision >= 157189: 591 sVBoxClient = oTestVm.pathJoin(self.getGuestSystemDir(oTestVm, ' usr'), 'VBoxClient');591 sVBoxClient = oTestVm.pathJoin(self.getGuestSystemDir(oTestVm, '/usr'), 'VBoxClient'); 592 592 fRc = fRc and self.txsRunTest(oTxsSession, 'Check display server detection', 5 * 60 * 1000, 593 sVBoxClient, (sVBoxClient, '- -session-detect'));593 sVBoxClient, (sVBoxClient, '-v', '-v', '--session-detect')); 594 594 595 595 return (fRc, oTxsSession);
Note:
See TracChangeset
for help on using the changeset viewer.