vbox的更動 62207 路徑 trunk/src/VBox/ValidationKit
- 時間撮記:
- 2016-7-12 下午10:54:57 (8 年 以前)
- 檔案:
-
- 修改 1 筆資料
圖例:
- 未更動
- 新增
- 刪除
-
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
注意:
瀏覽 TracChangeset
來幫助您使用更動檢視器