- 時間撮記:
- 2016-7-7 下午01:50:13 (8 年 以前)
- 檔案:
-
- 修改 1 筆資料
圖例:
- 未更動
- 新增
- 刪除
-
trunk/src/VBox/ValidationKit/testdriver/reporter.py
r62100 r62104 1562 1562 return fRc; 1563 1563 1564 def flushall( ):1564 def flushall(fSkipXml = False): 1565 1565 """ 1566 1566 Flushes all output streams, both standard and logger related. 1567 This may also push data to the remote test manager. 1567 1568 """ 1568 1569 try: sys.stdout.flush(); … … 1571 1572 except: pass; 1572 1573 1573 # Note! Current no logger specific streams to flush. 1574 g_oLock.acquire(); 1575 fRc = g_oReporter.xmlFlush(fRetry = False); 1576 g_oLock.release(); 1574 1577 1575 1578 return True;
注意:
瀏覽 TracChangeset
來幫助您使用更動檢視器