correct MemCheck log filename
authormayeut <mayeut@users.noreply.github.com>
Sun, 13 Sep 2015 14:34:17 +0000 (16:34 +0200)
committermayeut <mayeut@users.noreply.github.com>
Sun, 13 Sep 2015 14:34:17 +0000 (16:34 +0200)
tools/travis-ci/run.sh

index 318081be45aeba09b1013bb204476d9bd6193feb..c7387ab2a761309a5a5b872b59ce138ae85d0a5b 100755 (executable)
@@ -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