[Groonga-mysql-commit] mroonga/mroonga [master] travis: use mroonga's test runner for bundled build

Back to archive index

Kouhei Sutou null+****@clear*****
Wed Mar 27 16:31:55 JST 2013


Kouhei Sutou	2013-03-27 16:31:55 +0900 (Wed, 27 Mar 2013)

  New Revision: 1788abc2a021d748413dd5751c44316ba634c8be
  https://github.com/mroonga/mroonga/commit/1788abc2a021d748413dd5751c44316ba634c8be

  Message:
    travis: use mroonga's test runner for bundled build
    
    Because using mysql-test-run.pl directly runs all tests.

  Modified files:
    tools/travis/script.sh

  Modified: tools/travis/script.sh (+4 -2)
===================================================================
--- tools/travis/script.sh    2013-03-27 13:34:02 +0900 (fbbb1dc)
+++ tools/travis/script.sh    2013-03-27 16:31:55 +0900 (28c2b51)
@@ -82,9 +82,10 @@ prepare_sql_test()
 
 run_sql_test()
 {
-    if [ "${MRN_BUNDLED}" != "TRUE" ]; then
+    if [ "${MRN_BUNDLED}" = "TRUE" ]; then
+	${mroonga_dir}/test/run-sql-test.sh
+    else
     prepare_sql_test
-    fi
 
     cd ${mysql_test_dir}/
     ./mysql-test-run.pl \
@@ -93,6 +94,7 @@ run_sql_test()
 	--retry=1 \
 	--suite="${test_suite_names}" \
 	--force
+    fi
 }
 
 build
-------------- next part --------------
HTML����������������������������...
Download 



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