[Groonga-mysql-commit] mroonga/mroonga [master] wrapper innodb test: fix indent

Back to archive index

null+****@clear***** null+****@clear*****
2012年 3月 18日 (日) 19:03:06 JST


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

  New Revision: 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 \




Groonga-mysql-commit メーリングリストの案内
Back to archive index