fdb-joshua icon indicating copy to clipboard operation
fdb-joshua copied to clipboard

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

Open sfc-gh-satherton opened this issue 3 years ago • 2 comments

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.

sfc-gh-satherton avatar Sep 23 '21 00:09 sfc-gh-satherton

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

PierreZ avatar Oct 08 '21 09:10 PierreZ

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

xis19 avatar Feb 15 '23 23:02 xis19