summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorYuxuan 'fishy' Wang <yuxuan.wang@reddit.com>2022-01-26 11:21:47 -0800
committerYuxuan 'fishy' Wang <fishywang@gmail.com>2022-01-27 07:38:24 -0800
commitc4f2ba11738e3f48b36a32359965dc08cc5c5d7d (patch)
treef6cd7eb17c473272b87ff1c39a126d74556ade66 /test
parent561bc9ab7918bfddcfd0ecc722b162e43a9bc46b (diff)
downloadthrift-c4f2ba11738e3f48b36a32359965dc08cc5c5d7d.tar.gz
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
Diffstat (limited to 'test')
-rwxr-xr-xtest/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/Makefile.am b/test/Makefile.am
index 15e2f1bcc..5b9c1ce54 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 \