mirror of
https://github.com/valitydev/thrift.git
synced 2024-11-07 10:48:51 +00:00
rb: Add ext/ to loadpath so BinaryProtocolAccelerated specs pass
git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@680539 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
5ebb23b3e1
commit
c8190174dc
@ -3,6 +3,8 @@ require 'rubygems'
|
||||
gem 'rspec', '>= 1.1.4'
|
||||
require 'spec'
|
||||
|
||||
$:.unshift File.join(File.dirname(__FILE__), *%w[.. ext])
|
||||
|
||||
# pretend we already loaded fastthread, otherwise the nonblockingserver_spec
|
||||
# will get screwed up
|
||||
# $" << 'fastthread.bundle'
|
||||
|
Loading…
Reference in New Issue
Block a user