This is an automated email from the ASF dual-hosted git repository.

yuxuan pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/thrift.git


The following commit(s) were added to refs/heads/master by this push:
     new c4f2ba1  Fix the travis issue
c4f2ba1 is described below

commit c4f2ba11738e3f48b36a32359965dc08cc5c5d7d
Author: Yuxuan 'fishy' Wang <[email protected]>
AuthorDate: Wed Jan 26 11:21:47 2022 -0800

    Fix the travis issue
    
    For example [1]:
    
        FAILURE: Build failed with an exception.
        * Where:
        Script 
'/thrift/src/thrift-0.17.0/lib/java/gradle/generateTestThrift.gradle' line: 40
        * What went wrong:
        A problem occurred evaluating script.
        > assert thriftFile.exists()
                 |          |
                 |          false
                 
/thrift/src/thrift-0.17.0/test/partial/thrift_test_schema.thrift
    
    [1]: https://app.travis-ci.com/github/apache/thrift/jobs/557030315
---
 test/Makefile.am | 1 +
 1 file changed, 1 insertion(+)

diff --git a/test/Makefile.am b/test/Makefile.am
index 15e2f1b..5b9c1ce 100755
--- a/test/Makefile.am
+++ b/test/Makefile.am
@@ -166,6 +166,7 @@ EXTRA_DIST = \
        UnsafeTypes.thrift \
        Service.thrift \
        SpecificNameTest.thrift \
+       partial/thrift_test_schema.thrift \
        known_failures_Linux.json \
        test.py \
        tests.json \

Reply via email to