Kouhei Sutou
null+****@clear*****
Thu Oct 4 10:21:42 JST 2012
Kouhei Sutou 2010-09-13 11:10:17 +0900 (Mon, 13 Sep 2010) New Revision: c4a33101ed1c23d18bb174afe690301908208121 https://github.com/mroonga/mroonga/commit/c4a33101ed1c23d18bb174afe690301908208121 Log: fix a typo. Modified files: test/run-sql-test.sh Modified: test/run-sql-test.sh (+2 -1) =================================================================== --- test/run-sql-test.sh 2010-09-13 11:07:23 +0900 (ea3c93e) +++ test/run-sql-test.sh 2010-09-13 11:10:17 +0900 (8714320) @@ -15,7 +15,8 @@ test_suites_dir="${mysql_test_dir}/suite" groonga_mysql_test_suite_dir="${test_suites_dir}/${test_suite_name}" if ! test -e "${groonga_mysql_test_suite_dir}"; then - ln -s "${groonga_mysql_test_suite_dir}" "${groonga_mysql_test_suite_dir}" + ln -s "${local_groonga_mysql_test_suite_dir}" \ + "${groonga_mysql_test_suite_dir}" fi (cd "$mysql_test_dir" && \ ./mysql-test-run.pl --suite="${test_suite_name}" --force) -------------- next part -------------- HTML����������������������������...Download