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 3727acc commit 16530caCopy full SHA for 16530ca
.github/actions/Build_and_Test_cppyy/action.yml
@@ -121,6 +121,7 @@ runs:
121
else
122
SUPPRESSION_FILE="../etc/${CLANG_INTERPRETER}${CLANG_VERSION}-valgrind.supp"
123
fi
124
+ 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 --ignore=test_leakcheck.py
125
126
export RETCODE=+$?
127
echo ::endgroup::
0 commit comments