summaryrefslogtreecommitdiff
path: root/lib/rb
diff options
context:
space:
mode:
authorRoger Meier <roger@apache.org>2015-06-01 21:27:11 +0200
committerRoger Meier <roger@apache.org>2015-06-01 21:28:42 +0200
commit401d399ed0ceefebced795d450c61f5099a18ce1 (patch)
tree54340adb53d481a7891cf22d55ba8ca3b29ecd11 /lib/rb
parent86a51e7eca0c33832b8e0421b18a99f4477dc31a (diff)
downloadthrift-401d399ed0ceefebced795d450c61f5099a18ce1.tar.gz
THRIFT-3177 Fails to run rake test
Patch: István Karaszi
Diffstat (limited to 'lib/rb')
-rw-r--r--lib/rb/Rakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/rb/Rakefile b/lib/rb/Rakefile
index 9dc8324dc..0831e68fd 100644
--- a/lib/rb/Rakefile
+++ b/lib/rb/Rakefile
@@ -86,7 +86,7 @@ end
desc 'Run the compiler tests (requires full thrift checkout)'
task :test do
# ensure this is a full thrift checkout and not a tarball of the ruby libs
- cmd = 'head -1 ../../README 2>/dev/null | grep Thrift >/dev/null 2>/dev/null'
+ cmd = 'head -1 ../../README.md 2>/dev/null | grep Thrift >/dev/null 2>/dev/null'
system(cmd) or fail "rake test requires a full thrift checkout"
sh 'make', '-C', File.dirname(__FILE__) + "/../../test/rb", "check"
end