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.
IS_VALGRIND
1 parent 16530ca commit 46ee952Copy full SHA for 46ee952
.github/actions/Build_and_Test_cppyy/action.yml
@@ -121,7 +121,9 @@ runs:
121
else
122
SUPPRESSION_FILE="../etc/${CLANG_INTERPRETER}${CLANG_VERSION}-valgrind.supp"
123
fi
124
+ export IS_VALGRIND=true
125
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
126
+ unset IS_VALGRIND
127
128
export RETCODE=+$?
129
echo ::endgroup::
0 commit comments