summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authormayeut <mayeut@users.noreply.github.com>2015-09-13 16:34:17 +0200
committermayeut <mayeut@users.noreply.github.com>2015-09-13 16:34:17 +0200
commitc6b2fdf572dee57ae861ced70f03a69ae27deaef (patch)
tree91a91f89fe47d9c5935984ad2b13c237cc0fa610 /tools
parent700f8cb4f8bfa15390ded3c085135a0ca900ce81 (diff)
correct MemCheck log filename
Diffstat (limited to 'tools')
-rwxr-xr-xtools/travis-ci/run.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/travis-ci/run.sh b/tools/travis-ci/run.sh
index 318081be..c7387ab2 100755
--- a/tools/travis-ci/run.sh
+++ b/tools/travis-ci/run.sh
@@ -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