[Groonga-mysql-commit] mroonga/mroonga at 1ce83ad [master] test: add the current directory to search path

Back to archive index

Kouhei Sutou null+****@clear*****
Mon Sep 12 17:35:16 JST 2016


Kouhei Sutou	2016-09-12 17:35:16 +0900 (Mon, 12 Sep 2016)

  New Revision: 1ce83ad1159175b249ad30e5fc4e6c1a15946457
  https://github.com/mroonga/mroonga/commit/1ce83ad1159175b249ad30e5fc4e6c1a15946457

  Message:
    test: add the current directory to search path

  Modified files:
    test/run-sql-test.sh

  Modified: test/run-sql-test.sh (+1 -1)
===================================================================
--- test/run-sql-test.sh    2016-09-06 17:41:05 +0900 (79d35be)
+++ test/run-sql-test.sh    2016-09-12 17:35:16 +0900 (2c0075e)
@@ -229,6 +229,6 @@ if [ -n "$test_names" ]; then
 fi
 
 (cd "$build_mysql_test_dir" && \
-    ./mysql-test-run.pl \
+    perl -I . ./mysql-test-run.pl \
       ${mysql_test_run_args} \
       ${mysql_test_run_options})
-------------- next part --------------
HTML����������������������������...
Télécharger 



More information about the Groonga-mysql-commit mailing list
Back to archive index