VirtualBox

vbox的更動 67388 路徑 trunk/src/VBox/ValidationKit


忽略:
時間撮記:
2017-6-14 上午10:48:41 (7 年 以前)
作者:
vboxsync
訊息:

ValidationKit/tests/storage: Always log stdout and stderr when the execution fails

檔案:
修改 1 筆資料

圖例:

未更動
新增
刪除
  • trunk/src/VBox/ValidationKit/tests/storage/remoteexecutor.py

    r65963 r67388  
    148148        sOutput = None;
    149149        if self.oTxsSession is not None:
     150            reporter.log('Executing [remote]: %s %s %s' % (sExec, asArgs, sInput));
     151            reporter.flushall();
    150152            oStdOut = StdInOutBuffer();
    151153            oStdErr = StdInOutBuffer();
     
    160162            sOutput = oStdOut.getOutput();
    161163            sError = oStdErr.getOutput();
     164            if fRc is False:
     165                reporter.log('Exit code [remote]: %s (stdout: %s stderr: %s)' % (fRc, sOutput, sError));
     166            else
     167                reporter.log('Exit code [remote]: %s' % (fRc,));
    162168        else:
    163169            fRc, sOutput, sError = self._sudoExecuteSync([sExec, ] + list(asArgs), sInput);
注意: 瀏覽 TracChangeset 來幫助您使用更動檢視器

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