VirtualBox

Changeset 85532 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Jul 29, 2020 8:59:04 PM (5 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
139600
Message:

ValKit/vbox.py/terminateVmBySession: Just dump the vmprocess-hung.log into the test log if we fail to upload it.

File:
1 edited

Legend:

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

    r85496 r85532  
    32383238            if not fRcTmp:
    32393239                reporter.log('Failed to annotate hung VM process report, uploading raw report');
    3240                 reporter.addLogString(sHostProcessInfoHung, 'vmprocess-hung.log', 'process/report/vm',
    3241                                       'Hung VM process state');
     3240                fRcTmp = reporter.addLogString(sHostProcessInfoHung, 'vmprocess-hung.log', 'process/report/vm',
     3241                                               'Hung VM process state');
     3242                if not fRcTmp:
     3243                    try: reporter.log('******* START vmprocess-hung.log *******\n%s\n******* END vmprocess-hung.log *******\n'
     3244                                      % (sHostProcessInfoHung,));
     3245                    except: pass; # paranoia
     3246
    32423247
    32433248        return fRc;
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette