summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authormayeut <mayeut@users.noreply.github.com>2015-10-10 18:29:37 +0200
committermayeut <mayeut@users.noreply.github.com>2015-10-10 18:29:37 +0200
commit891e7c298a5f24d15c2ae3e0be8624b2508087d4 (patch)
tree028775d1094404a44ed22d3b444c5fe971205001 /tools
parentd60937922f8dc00ea511ff33c2e3076181b98078 (diff)
debug appveyor
Diffstat (limited to 'tools')
-rwxr-xr-xtools/travis-ci/run.sh5
1 files 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')