[Groonga-mysql-commit] mroonga/mroonga [fix-for-visual-studio] wrapper innodb test: fix indent

Back to archive index

Kouhei Sutou null+****@clear*****
Thu Oct 4 10:48:53 JST 2012


Kouhei Sutou	2012-03-18 19:03:06 +0900 (Sun, 18 Mar 2012)

  New Revision: bbe942f65944714bc5bc7100d964e78c9dc46653
  https://github.com/mroonga/mroonga/commit/bbe942f65944714bc5bc7100d964e78c9dc46653

  Log:
    wrapper innodb test: fix indent
    
    refs #1195

  Modified files:
    test/run-sql-test.sh

  Modified: test/run-sql-test.sh (+3 -3)
===================================================================
--- test/run-sql-test.sh    2012-03-18 19:02:51 +0900 (663da4a)
+++ test/run-sql-test.sh    2012-03-18 19:03:06 +0900 (504aeee)
@@ -96,11 +96,11 @@ if ! test -d "${mroonga_wrapper_innodb_test_suite_dir}"; then
 	"${mroonga_wrapper_innodb_test_suite_dir}/include/"
     ruby -i'' \
 	-pe "\$_.gsub!(/\\bengine\\s*=\\s*innodb\\b([^;\\n]*)/i,
-                      \"ENGINE=mroonga\\\1 COMMENT='ENGINE \\\"InnoDB\\\"'\")
+                       \"ENGINE=mroonga\\\1 COMMENT='ENGINE \\\"InnoDB\\\"'\")
              \$_.gsub!(/\\b(storage_engine\\s*=\\s*)innodb\\b([^;\\n]*)/i,
-                      \"\\\1mroonga\")
+                       \"\\\1mroonga\")
              \$_.gsub!(/^(--\\s*source\\s+)(include\\/innodb)/i,
-                      \"\\\1suite/mroonga_wrapper_innodb/\\\2\")
+                       \"\\\1suite/mroonga_wrapper_innodb/\\\2\")
             " \
 	${mroonga_wrapper_innodb_test_suite_dir}/r/*.result \
 	${mroonga_wrapper_innodb_test_suite_dir}/t/*.test \
-------------- next part --------------
HTML����������������������������...
Download 



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