Navigation Menu

Skip to content

Commit

Permalink
test: ensure creating plugins directory
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Apr 16, 2014
1 parent b762356 commit fb6e0ca
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/run-sql-test.sh
Expand Up @@ -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
Expand Down

0 comments on commit fb6e0ca

Please sign in to comment.