Skip to content

Commit a04ebdf

Browse files
committed
valgrind
1 parent 8a180b5 commit a04ebdf

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/valgrind.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,8 +70,8 @@ jobs:
7070
TestProcessExecutorFS::many_threads_showtime \
7171
TestProcessExecutorFS::many_threads_plist \
7272
TestProcessExecutorFiles::many_threads \
73-
TestProcessExecutorFS::many_threads_showtime \
74-
TestProcessExecutorFS::many_threads_plist"
73+
TestProcessExecutorFiles::many_threads_showtime \
74+
TestProcessExecutorFiles::many_threads_plist"
7575
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
7676
cat memcheck.log
7777
exit $ec

0 commit comments

Comments
 (0)