Changeset 103229 in vbox for trunk/src/VBox/ValidationKit/tests
- Timestamp:
- Feb 6, 2024 3:56:54 PM (13 months ago)
- svn:sync-xref-src-repo-rev:
- 161500
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/tests/additions/tdAddGuestCtrl.py
r103225 r103229 2726 2726 # We don't want them to be started in session 0, as this would prevent desktop interaction and other stuff. 2727 2727 fRc, eExitStatus, iExitCode, _, _, _ = \ 2728 self.executeGstCtlHelper(o Session, oTxsSession, oGuestSession, [ "show", "win-session-id" ]);2728 self.executeGstCtlHelper(oTxsSession, oGuestSession, [ "show", "win-session-id" ]); 2729 2729 if fRc \ 2730 2730 and eExitStatus == vboxcon.TerminatedNormally:
Note:
See TracChangeset
for help on using the changeset viewer.