Changeset 84895 in vbox for trunk/src/VBox/ValidationKit/tests/additions/tdAddGuestCtrl.py
- Timestamp:
- Jun 22, 2020 11:13:24 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/tests/additions/tdAddGuestCtrl.py
r84863 r84895 4739 4739 """ 4740 4740 4741 reporter.log2('Entered'); 4742 4741 4743 # 4742 4744 # Paths. … … 4768 4770 return reporter.errorXcpt('os.mkdir(%s)' % (sScratchHst, )); 4769 4771 4772 reporter.log2('Creating host sub dirs ...'); 4773 4770 4774 for sSubDir in (sScratchDstDir1Hst, sScratchDstDir2Hst, sScratchDstDir3Hst): 4771 4775 try: … … 4773 4777 except: 4774 4778 return reporter.errorXcpt('os.mkdir(%s)' % (sSubDir, )); 4779 4780 reporter.log2('Defining tests ...'); 4775 4781 4776 4782 # … … 4879 4885 ]); 4880 4886 4887 reporter.log2('Executing tests ...'); 4888 4881 4889 # 4882 4890 # Execute the tests.
Note:
See TracChangeset
for help on using the changeset viewer.