Skip to content

Commit

Permalink
debug2
Browse files Browse the repository at this point in the history
  • Loading branch information
rouault committed Dec 8, 2023
1 parent 29c70c1 commit 21902f7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tools/travis-ci/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -298,6 +298,7 @@ if [ ! -f "${OPJ_CONFIGURE_XML}" ]; then
else
if ! grep '<ConfigureStatus>0</ConfigureStatus>' ${OPJ_CONFIGURE_XML} &> /dev/null; then
echo "Errors were found in configure log"
cat ${OPJ_CONFIGURE_XML}
OPJ_CI_RESULT=1
fi
fi
Expand All @@ -311,6 +312,7 @@ if [ ! -f "${OPJ_BUILD_XML}" ]; then
else
if grep '<Error>' ${OPJ_BUILD_XML} &> /dev/null; then
echo "Errors were found in build log"
cat ${OPJ_BUILD_XML}
OPJ_CI_RESULT=1
fi
fi
Expand Down

0 comments on commit 21902f7

Please sign in to comment.