Navigation Menu

Skip to content

Commit

Permalink
test: use GRN_PLUGINS_PATH
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Sep 13, 2018
1 parent b8d07c9 commit ac0dccf
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion test/unit/run-test.sh
Expand Up @@ -52,8 +52,10 @@ fi
CUTTER_ARGS="$CUTTER_ARGS --exclude-directory fixtures"
CUTTER_ARGS="$CUTTER_ARGS --exclude-directory lib"

GRN_PLUGINS_DIR="$build_top_dir/plugins"
GRN_PLUGINS_DIR="$source_top_dir/plugins"
GRN_PLUGINS_PATH="$build_top_dir/plugins"
export GRN_PLUGINS_DIR
export GRN_PLUGINS_PATH

GRN_RUBY_SCRIPTS_DIR="$source_top_dir/lib/mrb/scripts"
export GRN_RUBY_SCRIPTS_DIR
Expand Down

0 comments on commit ac0dccf

Please sign in to comment.