VirtualBox

Changeset 97577 in vbox for trunk/src/VBox/Devices


Ignore:
Timestamp:
Nov 16, 2022 10:45:12 PM (2 years ago)
Author:
vboxsync
Message:

VMMDev/Testing: Start the test instance at debug level (RTTESTLVL_DEBUG) so it'll print the name of a sub-test when it starts. bugref:9898

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/VMMDev/VMMDevTesting.cpp

    r96407 r97577  
    10731073     */
    10741074    rc = RTTestCreateEx("VMMDevTesting", RTTEST_C_USE_ENV | RTTEST_C_NO_TLS | RTTEST_C_XML_DELAY_TOP_TEST,
    1075                         RTTESTLVL_INVALID, -1 /*iNativeTestPipe*/, pThisCC->pszTestingXmlOutput, &pThisCC->hTestingTest);
     1075                        RTTESTLVL_DEBUG, -1 /*iNativeTestPipe*/, pThisCC->pszTestingXmlOutput, &pThisCC->hTestingTest);
    10761076    if (RT_FAILURE(rc))
    10771077        return PDMDevHlpVMSetError(pDevIns, rc, RT_SRC_POS, "Error creating testing instance");
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