Kouhei Sutou
null+****@clear*****
Thu Jan 23 19:06:31 JST 2014
Kouhei Sutou 2014-01-23 19:06:31 +0900 (Thu, 23 Jan 2014) New Revision: 77cd73ffe8741bfc22bd4c7906412b24fc3ea5f0 https://github.com/mroonga/mariadb-sync/commit/77cd73ffe8741bfc22bd4c7906412b24fc3ea5f0 Message: Fix too much resolving Modified files: flatten-test-file-path.rb Modified: flatten-test-file-path.rb (+1 -1) =================================================================== --- flatten-test-file-path.rb 2014-01-23 18:46:53 +0900 (9a5449a) +++ flatten-test-file-path.rb 2014-01-23 19:06:31 +0900 (9e4bcaa) @@ -9,7 +9,7 @@ cmakelists_txt = Pathname(ARGV[0]) resolved_content = "" cmakelists_txt.open do |file| file.each_line do |line| - resolved_line = line.gsub(/(\$\{MRN_TEST_SUITE_DIR\})(\S+)/) do + resolved_line = line.gsub(/(\$\{MRN_TEST_SUITE_DIR\})(\/\S+)/) do prefix = $1 components = $2.split("/") mode = components.first -------------- next part -------------- HTML����������������������������... Download