Changeset 62207 in vbox for trunk/src/VBox
- Timestamp:
- Jul 12, 2016 10:54:57 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/tests/storage/tdStorageBenchmark1.py
r62197 r62207 212 212 idxValue += 1; 213 213 214 # Get the reported value, cut off after the decimal point 215 # it is not supported by the testmanager yet and is not really 216 # relevant anyway. 214 217 idxValueEnd = idxValue; 215 while sLine[idxValueEnd] == '.' or sLine[idxValueEnd].isdigit():218 while sLine[idxValueEnd].isdigit(): 216 219 idxValueEnd += 1; 217 220
Note:
See TracChangeset
for help on using the changeset viewer.