VirtualBox

Changeset 41293 in vbox for trunk/src/VBox/VMM


Ignore:
Timestamp:
May 15, 2012 8:54:14 AM (13 years ago)
Author:
vboxsync
Message:

tstVMM: make it work again (need to power off the VM before destroying)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/testcase/tstVMM.cpp

    r39078 r41293  
    291291         * Cleanup.
    292292         */
     293        rc = VMR3PowerOff(pVM);
     294        if (RT_FAILURE(rc))
     295            RTTestFailed(hTest, "VMR3PowerOff failed: rc=%Rrc\n", rc);
    293296        rc = VMR3Destroy(pVM);
    294297        if (RT_FAILURE(rc))
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