Changeset 104769 in vbox for trunk/src/VBox
- Timestamp:
- May 24, 2024 9:28:48 AM (6 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/tests/storage/tdStorageBenchmark1.py
r103857 r104769 850 850 851 851 if not fRc: 852 reporter.error('Failed to prepare host storage (fRamDisk=%s, cbPool=%d)' % (fRamDisk, cbPool,)); 852 if cbPool is None: 853 reporter.error('Failed to prepare host storage (fRamDisk=%s)' % (fRamDisk,)); 854 else: 855 reporter.error('Failed to prepare host storage (fRamDisk=%s, cbPool=%d)' % (fRamDisk, cbPool,)); 853 856 return sMountPoint; 854 857
Note:
See TracChangeset
for help on using the changeset viewer.