Changeset 50695 in vbox for trunk/src/VBox/VMM/testcase/tstVMMFork.cpp
- Timestamp:
- Mar 5, 2014 10:12:20 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/testcase/tstVMMFork.cpp
r44528 r50695 5 5 6 6 /* 7 * Copyright (C) 2006-201 3Oracle Corporation7 * Copyright (C) 2006-2014 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as … … 140 140 141 141 if (rcErrors > 0) 142 RTPrintf(TESTCASE ": error: %d error(s) during fork(). Cannot proceed to test the VM.\n" );142 RTPrintf(TESTCASE ": error: %d error(s) during fork(). Cannot proceed to test the VM.\n", rcErrors); 143 143 else 144 144 RTPrintf(TESTCASE ": fork() and VM test, SUCCESS.\n");
Note:
See TracChangeset
for help on using the changeset viewer.