[Groonga-mysql-commit] mroonga/mroonga at 59a4996 [master] travis: run tests on build dir

Back to archive index

Kouhei Sutou null+****@clear*****
Mon Jul 23 16:30:03 JST 2018


Kouhei Sutou	2018-07-23 16:30:03 +0900 (Mon, 23 Jul 2018)

  New Revision: 59a4996a74ff85bcd9fedf79c4c47ed907f4dee0
  https://github.com/mroonga/mroonga/commit/59a4996a74ff85bcd9fedf79c4c47ed907f4dee0

  Message:
    travis: run tests on build dir

  Modified files:
    tools/travis/script.sh

  Modified: tools/travis/script.sh (+2 -1)
===================================================================
--- tools/travis/script.sh    2018-07-23 15:21:04 +0900 (bc2a83e8)
+++ tools/travis/script.sh    2018-07-23 16:30:03 +0900 (d888ee8d)
@@ -113,7 +113,8 @@ run_sql_test()
     rm -rf fulltext/token_filters/
     cd -
 
-    ${mroonga_dir}/test/run-sql-test.sh \
+    cd ${mroonga_dir}
+    test/run-sql-test.sh \
                   "${test_args[@]}" \
                   --parallel="${n_processors}" \
                   --retry=3
-------------- next part --------------
HTML����������������������������...
URL: https://lists.osdn.me/mailman/archives/groonga-mysql-commit/attachments/20180723/25fd7e51/attachment.htm 



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