From 891e7c298a5f24d15c2ae3e0be8624b2508087d4 Mon Sep 17 00:00:00 2001 From: mayeut Date: Sat, 10 Oct 2015 18:29:37 +0200 Subject: [PATCH] debug appveyor --- tools/travis-ci/run.sh | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/tools/travis-ci/run.sh b/tools/travis-ci/run.sh index 8fa42566..09840835 100755 --- a/tools/travis-ci/run.sh +++ b/tools/travis-ci/run.sh @@ -175,9 +175,8 @@ echo " Parsing logs for failures " OPJ_CI_RESULT=0 -ls -l . -ls -l build -ls -l build/Testing +which find +find build -path 'build/Testing/*' # 1st configure step OPJ_CONFIGURE_XML=$(find build -path 'build/Testing/*' -name 'Configure.xml')