Skip to content

Commit 0456a67

Browse files
Vipul-Cariappaaaronj0
authored andcommitted
set IS_VALGRIND envrionment variable (#145)
1 parent d1f7c9c commit 0456a67

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/Ubuntu.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -598,7 +598,9 @@ jobs:
598598
else
599599
SUPPRESSION_FILE="../etc/${CLANG_INTERPRETER}${CLANG_VERSION}-valgrind.supp"
600600
fi
601+
export IS_VALGRIND=true
601602
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
602604
export RETCODE=+$?
603605
echo ::endgroup::
604606

0 commit comments

Comments
 (0)