Skip to content

Commit a7df946

Browse files
committed
Generate supressions
1 parent 74003a8 commit a7df946

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/Ubuntu.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -643,7 +643,7 @@ jobs:
643643
echo "Running valgrind on passing tests"
644644
CLANG_VERSION="${{ matrix.clang-runtime }}"
645645
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
646+
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
647647
export RETCODE=+$?
648648
echo ::endgroup::
649649

0 commit comments

Comments
 (0)