paleolimbot commented on code in PR #483:
URL: https://github.com/apache/arrow-nanoarrow/pull/483#discussion_r1635115118
##########
ci/scripts/build-with-meson.sh:
##########
@@ -68,12 +68,12 @@ function main() {
show_header "Run test suite"
meson configure -Dtests=true -Db_coverage=true
meson compile
- meson test --wrap valgrind
+ meson test --wrap='valgrind --track-origins=yes' --print-errorlogs
Review Comment:
Got it! Let's leave it (the memcheck CI job + verification both already do
the memcheck/full version).
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]