Kouhei Sutou
null+****@clear*****
Wed Apr 16 22:01:58 JST 2014
Kouhei Sutou 2014-04-16 22:01:58 +0900 (Wed, 16 Apr 2014) New Revision: fb6e0cab273bccf383215d0e198516dc2f9cfd41 https://github.com/mroonga/mroonga/commit/fb6e0cab273bccf383215d0e198516dc2f9cfd41 Message: test: ensure creating plugins directory Modified files: test/run-sql-test.sh Modified: test/run-sql-test.sh (+1 -0) =================================================================== --- test/run-sql-test.sh 2014-04-16 22:01:43 +0900 (2c7760f) +++ test/run-sql-test.sh 2014-04-16 22:01:58 +0900 (8ad5b6a) @@ -156,6 +156,7 @@ if [ -n "${plugins_dir}" ]; then plugindir=${plugins_dir} > /dev/null || \ exit 1 else + mkdir -p "${plugins_dir}" cp "${top_dir}/ha_mroonga.so" "${plugins_dir}" || exit 1 fi fi -------------- next part -------------- HTML����������������������������...Download