VirtualBox

忽略:
時間撮記:
2016-7-7 下午01:50:13 (8 年 以前)
作者:
vboxsync
訊息:

testdriver: Changed reporter.flushall() to also flush the XML stream to the server (helps with VBox install/uninstall which is already using it). Made startVmAndconnectToTxsViaTcp do a flushall before starting the VM. Added report.doPollWork in vbox.TestDriver.waitForTasksSleepWorker.

檔案:
修改 1 筆資料

圖例:

未更動
新增
刪除
  • trunk/src/VBox/ValidationKit/testdriver/reporter.py

    r62100 r62104  
    15621562    return fRc;
    15631563
    1564 def flushall():
     1564def flushall(fSkipXml = False):
    15651565    """
    15661566    Flushes all output streams, both standard and logger related.
     1567    This may also push data to the remote test manager.
    15671568    """
    15681569    try:    sys.stdout.flush();
     
    15711572    except: pass;
    15721573
    1573     # Note! Current no logger specific streams to flush.
     1574    g_oLock.acquire();
     1575    fRc = g_oReporter.xmlFlush(fRetry = False);
     1576    g_oLock.release();
    15741577
    15751578    return True;
注意: 瀏覽 TracChangeset 來幫助您使用更動檢視器

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette