Changeset 72629 in vbox
- Timestamp:
- Jun 20, 2018 2:03:51 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/testboxscript/testboxcommand.py
r70660 r72629 299 299 testboxcommons.log('Failed to NACK "%s": %s' % (sCmdName, oXcpt2)); 300 300 elif sCmdName in [constants.tbresp.STATUS_DEAD, constants.tbresp.STATUS_NACK]: 301 testboxcommons.log('Received status in 301 testboxcommons.log('Received status instead of command: %s' % (sCmdName, )); 302 302 else: 303 303 # NOTSUP the unknown command.
Note:
See TracChangeset
for help on using the changeset viewer.