VirtualBox

Changeset 93151 in vbox


Ignore:
Timestamp:
Jan 9, 2022 1:49:42 AM (3 years ago)
Author:
vboxsync
Message:

ValKit/txsclient.py: log the PROC DOO detail text

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/ValidationKit/testdriver/txsclient.py

    r93115 r93151  
    922922            # Parse the exit status (True), abort (None) or do nothing (False).
    923923            if rc is True:
    924                 if sOpcode != 'PROC OK':
     924                if sOpcode == 'PROC OK':
     925                    pass;
     926                else:
     927                    rc = False;
    925928                    # Do proper parsing some other day if needed:
    926929                    #   PROC TOK, PROC TOA, PROC DWN, PROC DOO,
    927930                    #   PROC NOK + rc, PROC SIG + sig, PROC ABD, FAILED.
    928                     rc = False;
     931                    if sOpcode == 'PROC DOO':
     932                        reporter.log('taskExecEx: PROC DOO[fus]: %s' % (abPayload,));
     933
    929934            else:
    930935                if rc is None:
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