We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8a180b5 commit a04ebdfCopy full SHA for a04ebdf
1 file changed
.github/workflows/valgrind.yml
@@ -70,8 +70,8 @@ jobs:
70
TestProcessExecutorFS::many_threads_showtime \
71
TestProcessExecutorFS::many_threads_plist \
72
TestProcessExecutorFiles::many_threads \
73
- TestProcessExecutorFS::many_threads_showtime \
74
- TestProcessExecutorFS::many_threads_plist"
+ TestProcessExecutorFiles::many_threads_showtime \
+ TestProcessExecutorFiles::many_threads_plist"
75
valgrind --error-limit=yes --leak-check=full --num-callers=50 --show-reachable=yes --track-origins=yes --suppressions=valgrind/testrunner.supp --gen-suppressions=all --log-fd=9 --error-exitcode=42 ./testrunner -t -x $excluded_tests 9>memcheck.log || ec=1
76
cat memcheck.log
77
exit $ec
0 commit comments