Navigation Menu

Skip to content

Commit

Permalink
Remove debug print
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Oct 18, 2015
1 parent a5d72e0 commit 57b7982
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/mruby/run-test.rb
Expand Up @@ -39,7 +39,6 @@
pkg_config_path = (ENV["PKG_CONFIG_PATH"] || "").split(File::PATH_SEPARATOR)
pkg_config_path.unshift(groonga_pc_path.dirname.to_s)
ENV["PKG_CONFIG_PATH"] = pkg_config_path.join(File::PATH_SEPARATOR)
puts ENV["PKG_CONFIG_PATH"]
Dir.chdir(rroonga_dir_path.to_s) do
system("make", "clean") if File.exist?("Makefile")
system(RbConfig.ruby,
Expand Down

0 comments on commit 57b7982

Please sign in to comment.