We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
tail --xml
tail not writing valid XML when the --xml option is used is inconvenient.
tail
--xml
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.
<Text>
The text was updated successfully, but these errors were encountered:
Not related to the issue, but how did you generate the tarball for the bindingTester?
Sorry, something went wrong.
@PierreZ A late reply -- you generate the tarball by editing the corresponding CMake files, here it is cmake/AddFdbTest.cmake
cmake/AddFdbTest.cmake
No branches or pull requests
tail
not writing valid XML when the--xml
option is used is inconvenient.Since the bindingtester log is just text currently, perhaps
or just
<Text>
as the element name if it can't be determined that the source was the binding tester.The text was updated successfully, but these errors were encountered: