Changeset 72745 in vbox for trunk/src/VBox/ValidationKit
- Timestamp:
- Jun 29, 2018 7:36:21 AM (7 years ago)
- svn:sync-xref-src-repo-rev:
- 123281
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/testdriver/base.py
r72742 r72745 738 738 The test drivers invokes the sub-test drivers in a private manner during 739 739 test execution, but some of the generic bits are done automagically by the 740 base class: options, help, various other actions.740 base class: options, help, resources, various other actions. 741 741 """ 742 742 … … 745 745 self.oTstDrv = oTstDrv; 746 746 self.asRsrcs = []; 747 748 747 749 748 def showUsage(self):
Note:
See TracChangeset
for help on using the changeset viewer.