mirror of
https://github.com/apple/foundationdb.git
synced 2025-06-03 03:41:53 +08:00
If no log file generated, report the stderr of the fdbserver process
This commit is contained in:
parent
17487abb93
commit
467b9cdbde
@ -382,6 +382,9 @@ class Summary:
|
||||
child.attributes["Path"] = str(trace_dir.absolute())
|
||||
child.attributes["Command"] = command
|
||||
self.out.append(child)
|
||||
child = SummaryTree("Output")
|
||||
child.attributes["StdErr"] = self.error_out
|
||||
self.out.append(child)
|
||||
return
|
||||
self.summarize_files(trace_files[0])
|
||||
if config.joshua_dir is not None:
|
||||
|
Loading…
x
Reference in New Issue
Block a user