[Groonga-mysql-commit] mroonga/mariadb-sync at 629fe61 [master] Fix resolved path

Back to archive index

Kouhei Sutou null+****@clear*****
Thu Jan 23 19:08:02 JST 2014


Kouhei Sutou	2014-01-23 19:08:02 +0900 (Thu, 23 Jan 2014)

  New Revision: 629fe618b8080eedaf35b1e6ca0a2b59c3c1b2fb
  https://github.com/mroonga/mariadb-sync/commit/629fe618b8080eedaf35b1e6ca0a2b59c3c1b2fb

  Message:
    Fix resolved path

  Modified files:
    flatten-test-file-path.rb

  Modified: flatten-test-file-path.rb (+1 -1)
===================================================================
--- flatten-test-file-path.rb    2014-01-23 19:06:31 +0900 (9e4bcaa)
+++ flatten-test-file-path.rb    2014-01-23 19:08:02 +0900 (599441e)
@@ -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 



More information about the Groonga-mysql-commit mailing list
Back to archive index