Index: lit.cfg =================================================================== --- lit.cfg +++ lit.cfg @@ -189,7 +189,7 @@ output += "\n" + "\n".join(runscript) - out, err, exitCode = res + out, err, exitCode, timeoutInfo = res if exitCode == Test.FAIL: # Only show command output in case of errors output += "\n" + out @@ -208,7 +208,7 @@ res = runScript(test, litConfig, verifyscript, tmpBase) if isinstance(res, lit.Test.Result): return res - out, err, exitCode = res + out, err, exitCode, timeoutInfo= res output += "\n" + "\n".join(verifyscript) if exitCode != 0: