[
https://issues.apache.org/jira/browse/AVRO-2229?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16640574#comment-16640574
]
ASF GitHub Bot commented on AVRO-2229:
--------------------------------------
Fokko commented on a change in pull request #343: [AVRO-2229] Test using a
Docker image
URL: https://github.com/apache/avro/pull/343#discussion_r223173046
##########
File path: build.sh
##########
@@ -26,6 +26,12 @@ function usage {
exit 1
}
+headline(){
+ echo -e
"\e[1;34m#################################################################"
+ echo -e "##### $1 \e[1;37m"
+ echo -e
"\e[1;34m#################################################################\e[0m"
Review comment:
Good point, I've ran into issues when running the scripts with Docker. It
does not have any tty: `tput: No value for $TERM and no -T specified`. For now
I've removed the colors since it doesn't really add much value.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
> Ability to test using a Docker image
> ------------------------------------
>
> Key: AVRO-2229
> URL: https://issues.apache.org/jira/browse/AVRO-2229
> Project: Avro
> Issue Type: Improvement
> Affects Versions: 1.8.2
> Reporter: Fokko Driesprong
> Assignee: Fokko Driesprong
> Priority: Major
> Fix For: 1.9.0
>
>
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)