Changeset 70813 in vbox for trunk/src/VBox/ValidationKit/tests/api/tdPython1.py
- Timestamp:
- Jan 30, 2018 5:54:48 PM (7 years ago)
- svn:sync-xref-src-repo-rev:
- 120610
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/tests/api/tdPython1.py
r70812 r70813 208 208 sys.path.append(os.path.dirname(os.path.abspath(__file__))) 209 209 from tdApi1 import tdApi1 210 oT stDrv= tdApi1()211 oT stDrv.addSubTestDriver(SubTstDrvPython1(oTstDrv))212 sys.exit(oT stDrv.main(sys.argv))213 210 oTD = tdApi1() 211 oTD.addSubTestDriver(SubTstDrvPython1(oTD)) 212 sys.exit(oTD.main(sys.argv)) 213
Note:
See TracChangeset
for help on using the changeset viewer.