We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 74003a8 commit a7df946Copy full SHA for a7df946
.github/workflows/Ubuntu.yml
@@ -643,7 +643,7 @@ jobs:
643
echo "Running valgrind on passing tests"
644
CLANG_VERSION="${{ matrix.clang-runtime }}"
645
SUPPRESSION_FILE="../etc/clang${CLANG_VERSION}-valgrind.supp"
646
- valgrind --show-error-list=yes --error-exitcode=1 --track-origins=yes --suppressions="${SUPPRESSION_FILE}" --suppressions=../etc/valgrind-cppyy-cling.supp python -m pytest -m "not xfail" -sv -ra
+ valgrind --show-error-list=yes --error-exitcode=1 --track-origins=yes --gen-suppressions=all --suppressions="${SUPPRESSION_FILE}" --suppressions=../etc/valgrind-cppyy-cling.supp python -m pytest -m "not xfail" -sv -ra
647
export RETCODE=+$?
648
echo ::endgroup::
649
0 commit comments