Navigation Menu

Skip to content

Commit

Permalink
[test][sql] ignore install log.
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Apr 11, 2011
1 parent 9522a62 commit d20272e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/run-sql-test.sh
Expand Up @@ -45,7 +45,7 @@ if ! test -e "${groonga_mysql_test_suite_dir}"; then
"${groonga_mysql_test_suite_dir}"
fi

make -C ${top_dir} install-pluginLTLIBRARIES plugindir=${plugins_dir}
make -C ${top_dir} install-pluginLTLIBRARIES plugindir=${plugins_dir} > /dev/null

(cd "$build_mysql_test_dir" && \
./mysql-test-run.pl --no-check-testcases \
Expand Down

0 comments on commit d20272e

Please sign in to comment.