File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1128,10 +1128,10 @@ jobs:
1128
1128
else
1129
1129
if [[ "${{ matrix.clang-runtime }}" == "17" || "${{ matrix.clang-runtime }}" == "18" ]]; then
1130
1130
echo "Valgrind reports true for clang-runtime 17 or 18, due to memory leaks with LLVM"
1131
- valgrind --error-exitcode=1 --suppressions=../etc/valgrind-cppyy-cling.supp python -m pytest -m "not xfail" -v || true
1131
+ valgrind --show-error-list=yes -- error-exitcode=1 --suppressions=../etc/valgrind-cppyy-cling.supp python -m pytest -m "not xfail" -v || true
1132
1132
else
1133
1133
echo "Running valgrind on passing tests"
1134
- valgrind --error-exitcode=1 --suppressions=../etc/valgrind-cppyy-cling.supp python -m pytest -m "not xfail" -v
1134
+ valgrind --show-error-list=yes -- error-exitcode=1 --suppressions=../etc/valgrind-cppyy-cling.supp python -m pytest -m "not xfail" -v
1135
1135
fi
1136
1136
fi
1137
1137
export RETCODE=+$?
You can’t perform that action at this time.
0 commit comments