[Groonga-mysql-commit] mroonga/mroonga at ee5cc86 [master] travis: install before test when MariaDB bundled build

Back to archive index

Kouhei Sutou null+****@clear*****
Sat Sep 13 23:26:02 JST 2014


Kouhei Sutou	2014-09-13 23:26:02 +0900 (Sat, 13 Sep 2014)

  New Revision: ee5cc867e2284c59692e17213dd744ca9adf31c2
  https://github.com/mroonga/mroonga/commit/ee5cc867e2284c59692e17213dd744ca9adf31c2

  Message:
    travis: install before test when MariaDB bundled build

  Modified files:
    tools/travis/script.sh

  Modified: tools/travis/script.sh (+1 -0)
===================================================================
--- tools/travis/script.sh    2014-09-13 23:15:02 +0900 (8aebeba)
+++ tools/travis/script.sh    2014-09-13 23:26:02 +0900 (1628ee6)
@@ -94,6 +94,7 @@ run_sql_test()
     fi
 
     if [ "${MRN_BUNDLED}" = "yes" ]; then
+	sudo make install > /dev/null
 	${mroonga_dir}/test/run-sql-test.sh "${test_args[@]}"
     else
 	prepare_sql_test
-------------- next part --------------
HTML����������������������������...
Download 



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