Changeset 80287 in vbox for trunk/src/VBox/VMM/testcase
- Timestamp:
- Aug 15, 2019 9:18:15 AM (6 years ago)
- svn:sync-xref-src-repo-rev:
- 132742
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/testcase/tstVMREQ.cpp
r80286 r80287 311 311 } 312 312 else if (rc == VERR_SVM_NO_SVM || rc == VERR_VMX_NO_VMX) 313 { 313 314 RTPrintf(TESTCASE ": Skipped: %Rrc\n", rc); 315 return RTEXITCODE_SKIPPED; 316 } 314 317 else 315 318 {
Note:
See TracChangeset
for help on using the changeset viewer.