Changeset 65199 in vbox for trunk/src/VBox/ValidationKit/tests/unittests
- Timestamp:
- Jan 9, 2017 11:57:35 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/tests/unittests/tdUnitTest1.py
r65196 r65199 645 645 646 646 if oChild is not None: 647 self.pidFileAdd(oChild.pid, fSudo = fHardened);647 self.pidFileAdd(oChild.pid, sName, fSudo = fHardened); 648 648 iRc = oChild.wait(); 649 649 self.pidFileRemove(oChild.pid);
Note:
See TracChangeset
for help on using the changeset viewer.