Changeset 100124 in vbox for trunk/src/VBox/ValidationKit/testdriver/txsclient.py
- Timestamp:
- Jun 8, 2023 2:35:52 PM (18 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/testdriver/txsclient.py
r98655 r100124 735 735 if sVer is not None: 736 736 rc = sVer; 737 elif sOpcode == "UNKNOWN": 738 reporter.log(self.fErr, 'taskVer got a UNKNOWN, txs server is probably too old, just ignore') 737 739 else: 738 740 reporter.maybeErr(self.fErr, 'taskVer got a bad reply: %s' % (sOpcode,));
Note:
See TracChangeset
for help on using the changeset viewer.