Skip to content

Commit

Permalink
fix test-dictionary path
Browse files Browse the repository at this point in the history
  • Loading branch information
mh-northlander committed May 16, 2024
1 parent c81f613 commit bc81027
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test-scripts/00-install-elasticsearch.sh
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ fi

if [[ "$SHOULD_RUN_TEST01" == "true" ]]; then
TEST_DIC_PATH="$SCRIPT_DIR/../integration/build/generated/dict/system.dict"
TEST_DIC_PATH="$(readlink -f "$TEST_PLUGIN_PATH")"
TEST_DIC_PATH="$(readlink -f "$TEST_DIC_PATH")"

if [[ "$ES_DIR/config/sudachi/system_test.dic" -ot "$TEST_DIC_PATH" ]]; then
cp "$TEST_DIC_PATH" "$ES_DIR/config/sudachi/system_test.dic"
Expand Down

0 comments on commit bc81027

Please sign in to comment.