Repository: thrift Updated Branches: refs/heads/master 86a51e7ec -> 401d399ed
THRIFT-3177 Fails to run rake test Patch: István Karaszi Project: http://git-wip-us.apache.org/repos/asf/thrift/repo Commit: http://git-wip-us.apache.org/repos/asf/thrift/commit/401d399e Tree: http://git-wip-us.apache.org/repos/asf/thrift/tree/401d399e Diff: http://git-wip-us.apache.org/repos/asf/thrift/diff/401d399e Branch: refs/heads/master Commit: 401d399ed0ceefebced795d450c61f5099a18ce1 Parents: 86a51e7 Author: Roger Meier <[email protected]> Authored: Mon Jun 1 21:27:11 2015 +0200 Committer: Roger Meier <[email protected]> Committed: Mon Jun 1 21:28:42 2015 +0200 ---------------------------------------------------------------------- lib/rb/Rakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/thrift/blob/401d399e/lib/rb/Rakefile ---------------------------------------------------------------------- diff --git a/lib/rb/Rakefile b/lib/rb/Rakefile index 9dc8324..0831e68 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
