THRIFT-1810 add ruby to test/test.sh
initial version without cross language checks
Signed-off-by: Roger Meier <roger@apache.org>
diff --git a/test/rb/integration/accelerated_buffered_server.rb b/test/rb/integration/accelerated_buffered_server.rb
old mode 100644
new mode 100755
index 1ca66e5..af5e601
--- a/test/rb/integration/accelerated_buffered_server.rb
+++ b/test/rb/integration/accelerated_buffered_server.rb
@@ -17,12 +17,11 @@
# under the License.
#
-$:.push File.dirname(__FILE__) + '/../gen-rb'
-$:.push File.join(File.dirname(__FILE__), '../../../lib/rb/lib')
-$:.push File.join(File.dirname(__FILE__), '../../../lib/rb/ext')
+$:.push File.dirname(__FILE__) + '/..'
+require 'test_helper'
require 'thrift'
-require 'ThriftTest'
+require 'thrift_test'
class SimpleHandler
[:testString, :testByte, :testI32, :testI64, :testDouble,