Navigation Menu

Skip to content

Commit

Permalink
fix a typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Sep 13, 2010
1 parent 743a541 commit c4a3310
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/run-sql-test.sh
Expand Up @@ -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)

0 comments on commit c4a3310

Please sign in to comment.