Changeset 75378 in vbox for trunk/src/VBox/ValidationKit/tests
- Timestamp:
- Nov 9, 2018 9:42:42 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/tests/storage/tdStorageSnapshotMerging1.py
r75377 r75378 206 206 except: 207 207 reporter.errorXcpt('failed to open hd "%s"' % (sFullName)); 208 return False;208 return None; 209 209 210 210 try:
Note:
See TracChangeset
for help on using the changeset viewer.