null+****@clear*****
null+****@clear*****
2012年 3月 6日 (火) 16:09:48 JST
Kouhei Sutou 2012-03-06 16:09:48 +0900 (Tue, 06 Mar 2012)
New Revision: d20f8b77af0018aabe3f11391831482dc7fbb1a1
Log:
[test][function] add groonga-test library directory to load path
Modified files:
test/function/run-test.sh
Modified: test/function/run-test.sh (+2 -1)
===================================================================
--- test/function/run-test.sh 2012-03-06 15:38:19 +0900 (801e5d3)
+++ test/function/run-test.sh 2012-03-06 16:09:48 +0900 (05d7f15)
@@ -45,7 +45,8 @@ if ! test -d "$groonga_test_dir"; then
git clone git://github.com/groonga/groonga-test.git "$groonga_test_dir"
fi
-$RUBY "$groonga_test_dir/bin/groonga-test" \
+$RUBY -I "$groonga_test_dir/lib" \
+ "$groonga_test_dir/bin/groonga-test" \
--groonga "$GROONGA" \
--base-directory "$BASE_DIR" \
"$BASE_DIR/suite" "$@"