Navigation Menu

Skip to content

Commit

Permalink
wrapper innodb test: fix indent
Browse files Browse the repository at this point in the history
refs #1195
  • Loading branch information
kou committed Mar 18, 2012
1 parent 634477e commit bbe942f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions test/run-sql-test.sh
Expand Up @@ -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 \
Expand Down

0 comments on commit bbe942f

Please sign in to comment.