FoundationDB / fdb-joshua

FoundationDB Correctness service
Apache License 2.0
28 stars 25 forks source link

For bindingtester packages, `tail --xml` should still output valid XML #48

Open sfc-gh-satherton opened 3 years ago

sfc-gh-satherton commented 3 years ago

tail not writing valid XML when the --xml option is used is inconvenient.

Since the bindingtester log is just text currently, perhaps

<BindingTesterResult>
output...
</BindingTesterResult>

or just <Text> as the element name if it can't be determined that the source was the binding tester.

PierreZ commented 3 years ago

Not related to the issue, but how did you generate the tarball for the bindingTester?

xis19 commented 1 year ago

@PierreZ A late reply -- you generate the tarball by editing the corresponding CMake files, here it is cmake/AddFdbTest.cmake