[Groonga-mysql-commit] mroonga/mroonga at 2354272 [master] travis: use the same test usage for MariaDB bundled build

Back to archive index

Kouhei Sutou null+****@clear*****
Sat Sep 13 23:45:48 JST 2014


Kouhei Sutou	2014-09-13 23:45:48 +0900 (Sat, 13 Sep 2014)

  New Revision: 2354272667b30b1022fae46af192868418df4af0
  https://github.com/mroonga/mroonga/commit/2354272667b30b1022fae46af192868418df4af0

  Message:
    travis: use the same test usage for MariaDB bundled build

  Modified files:
    tools/travis/script.sh

  Modified: tools/travis/script.sh (+9 -14)
===================================================================
--- tools/travis/script.sh    2014-09-13 23:26:02 +0900 (1628ee6)
+++ tools/travis/script.sh    2014-09-13 23:45:48 +0900 (5f60028)
@@ -93,21 +93,16 @@ run_sql_test()
 	test_args=("${test_args[@]}" "--embedded-server")
     fi
 
-    if [ "${MRN_BUNDLED}" = "yes" ]; then
-	sudo make install > /dev/null
-	${mroonga_dir}/test/run-sql-test.sh "${test_args[@]}"
-    else
-	prepare_sql_test
+    prepare_sql_test
 
-	cd ${mysql_test_dir}/
-	./mysql-test-run.pl \
-	    "${test_args[@]}" \
-	    --no-check-testcases \
-	    --parallel="${n_processors}" \
-	    --retry=1 \
-	    --suite="${test_suite_names}" \
-	    --force
-    fi
+    cd ${mysql_test_dir}/
+    ./mysql-test-run.pl \
+	"${test_args[@]}" \
+	--no-check-testcases \
+	--parallel="${n_processors}" \
+	--retry=1 \
+	--suite="${test_suite_names}" \
+	--force
 }
 
 build
-------------- next part --------------
HTML����������������������������...
Download 



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