Skip to content

Commit

Permalink
[ACS-9025] Debugging tests, show more lines
Browse files Browse the repository at this point in the history
  • Loading branch information
cezary-witkowski committed Nov 29, 2024
1 parent 9409cd1 commit eb6800f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packaging/tests/scripts/wait-for-alfresco-start.sh
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ else
echo "All started containers:"
docker ps -a
ALFCONTAINER=`docker ps -a | grep '\-alfresco' | awk '{ print $1 }'`
echo "Last 200 lines from alfresco.log on container $ALFCONTAINER:"
docker logs --tail=200 $ALFCONTAINER
echo "Last 10000 lines from alfresco.log on container $ALFCONTAINER:"
docker logs --tail=10000 $ALFCONTAINER
exit 1
fi
fi

0 comments on commit eb6800f

Please sign in to comment.