VirtualBox

Changeset 97669 in vbox for trunk


Ignore:
Timestamp:
Nov 23, 2022 2:23:57 PM (2 years ago)
Author:
vboxsync
Message:

Validation Kit: Also enable + collecting crash reporting (core dumps) for Solaris hosts for the so-called process-id scope [fixed assertion].

File:
1 edited

Legend:

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

    r97667 r97669  
    729729
    730730        if sKindCrashDump is not None:
    731             assert sCorePath is not None;
    732             reporter.log('Crash dumps enabled -- Core path is "%s"' % (sCorePath,));
     731            if sCorePath is not None:
     732                reporter.log('Crash dumps enabled -- path is "%s"' % (sCorePath,));
    733733        else:
    734734            reporter.log('Crash dumps disabled');
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