debug appveyor
authormayeut <mayeut@users.noreply.github.com>
Sat, 10 Oct 2015 16:29:37 +0000 (18:29 +0200)
committermayeut <mayeut@users.noreply.github.com>
Sat, 10 Oct 2015 16:29:37 +0000 (18:29 +0200)
tools/travis-ci/run.sh

index 8fa4256651851c37bc0022964cf579ee37b8c1b8..0984083543df3641a097caaa1601005571f30dc4 100755 (executable)
@@ -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')