Changeset 84932 in vbox for trunk/src/VBox/ValidationKit/tests/additions/tdAddGuestCtrl.py
- Timestamp:
- Jun 24, 2020 5:57:33 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/tests/additions/tdAddGuestCtrl.py
r84931 r84932 1715 1715 if not oTest.sSrc: 1716 1716 reporter.log2('Skipping guest file "%s"' % (limitString(oTest.sSrc))); 1717 return True;1717 return fExpected; 1718 1718 1719 1719 # … … 1818 1818 if not oTest.sSrc: 1819 1819 reporter.log2('Skipping guest dir "%s"' % (limitString(oTest.sSrc))); 1820 return True;1820 return fExpected; 1821 1821 1822 1822 #
Note:
See TracChangeset
for help on using the changeset viewer.