Changeset 98588 in vbox
- Timestamp:
- Feb 15, 2023 1:23:18 PM (2 years ago)
- svn:sync-xref-src-repo-rev:
- 155874
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/testdriver/txsclient.py
r98583 r98588 894 894 del oStdIn.uTxsClientCrc32; 895 895 oStdIn = '/dev/null'; 896 elif sOpcode in ('STDINMEM', 'STDINBAD', 'STDINCRC',)\ 897 and msPendingInputReply is not None: 896 elif sOpcode in ('STDINMEM', 'STDINBAD', 'STDINCRC',) and msPendingInputReply is not None: 898 897 # TXS STDIN error, abort. 899 898 # TODO: STDINMEM - consider undoing the previous stdin read and try resubmitt it.
Note:
See TracChangeset
for help on using the changeset viewer.