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 d1f7c9c commit 0456a67Copy full SHA for 0456a67
.github/workflows/Ubuntu.yml
@@ -598,7 +598,9 @@ jobs:
598
else
599
SUPPRESSION_FILE="../etc/${CLANG_INTERPRETER}${CLANG_VERSION}-valgrind.supp"
600
fi
601
+ export IS_VALGRIND=true
602
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
603
+ unset IS_VALGRIND
604
export RETCODE=+$?
605
echo ::endgroup::
606
0 commit comments