aboutsummaryrefslogtreecommitdiffstats
path: root/Rakefile
diff options
context:
space:
mode:
authorKazuki Yamaguchi <k@rhe.jp>2016-07-08 23:21:12 +0900
committerKazuki Yamaguchi <k@rhe.jp>2016-07-09 16:29:09 +0900
commit1bba3f29f4d2859201f5acf55197fe6876362771 (patch)
treed3f5d55b28fc4af1c310dec5edff848ff41aae41 /Rakefile
parenta0c5933c144b6fc2be2ab67ce56339d3389cd3f9 (diff)
downloadruby-openssl-1bba3f29f4d2859201f5acf55197fe6876362771.tar.gz
Fix 'debug' task
Load path needs to be passed.
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Rakefile b/Rakefile
index 5dc4dfaa..a7d33fa6 100644
--- a/Rakefile
+++ b/Rakefile
@@ -19,7 +19,7 @@ end
task :test => :debug
task :debug do
- sh "ruby -ropenssl -e 'puts OpenSSL::OPENSSL_LIBRARY_VERSION'"
+ ruby "-I./lib -ropenssl -ve'puts OpenSSL::OPENSSL_VERSION, OpenSSL::OPENSSL_LIBRARY_VERSION'"
end
task :sync do