VirtualBox

Ignore:
Timestamp:
May 9, 2023 9:05:00 AM (20 months ago)
Author:
vboxsync
Message:

Guest Additions/VBoxClient: Increased logging verbosity for testboxes. bugref:10427

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/ValidationKit/tests/additions/tdAddBasic1.py

    r99672 r99691  
    589589        # This might fail on pure server guest OSes (no X, no Wayland).
    590590        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');
    592592            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'));
    594594
    595595        return (fRc, oTxsSession);
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette