commit | 6cdbd98b717b9f2b720ce7dc2899fbada94876f9 | [log] [tgz] |
---|---|---|
author | jfarrell <jfarrell@apache.org> | Tue Jun 23 21:58:50 2015 -0400 |
committer | jfarrell <jfarrell@apache.org> | Tue Jun 23 21:58:50 2015 -0400 |
tree | 08190741e2550566f194c5567970a7e68fe20e60 | |
parent | 417b631c5a80c78eda58824a824782b15455ccc4 [diff] [blame] |
Thrift-2922: TRIAL is used with Python tests but not tested accordingly Client: py Patch: jfarrell Updated configure.ac to require trial for py.twisted tests
diff --git a/test/py.twisted/Makefile.am b/test/py.twisted/Makefile.am index 17baa59..5020215 100644 --- a/test/py.twisted/Makefile.am +++ b/test/py.twisted/Makefile.am
@@ -24,7 +24,7 @@ $(THRIFT) --gen py:twisted ../SmallTest.thrift check: stubs - $(TRIAL) test_suite.py + $(TRIAL) ./test_suite.py clean-local: $(RM) -r gen-py.twisted