correct MemCheck log filename

This commit is contained in:
mayeut 2015-09-13 16:34:17 +02:00
parent 700f8cb4f8
commit c6b2fdf572
1 changed files with 2 additions and 2 deletions

View File

@ -191,9 +191,9 @@ if [ "${OPJ_CI_SKIP_TESTS:-}" != "1" ]; then
fi
# 4th memcheck step
OPJ_MEMCHECK_XML=$(find build -path 'build/Testing/*' -name 'MemCheck.xml')
OPJ_MEMCHECK_XML=$(find build -path 'build/Testing/*' -name 'DynamicAnalysis.xml')
if [ -f "${OPJ_MEMCHECK_XML}" ]; then
echo "TODO parse MemCheck.xml"
echo "TODO parse DynamicAnalysis.xml"
fi
if [ ${OPJ_CI_RESULT} -eq 0 ]; then