[Groonga-mysql-commit] mroonga/mroonga [fix-for-visual-studio] [test] require 'make' success before test.

Back to archive index

Kouhei Sutou null+****@clear*****
Thu Oct 4 10:27:18 JST 2012


Kouhei Sutou	2011-07-21 13:49:30 +0900 (Thu, 21 Jul 2011)

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

  Log:
    [test] require 'make' success before test.

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

  Modified: test/run-sql-test.sh (+4 -1)
===================================================================
--- test/run-sql-test.sh    2011-07-21 10:42:34 +0900 (6f586ff)
+++ test/run-sql-test.sh    2011-07-21 13:49:30 +0900 (c5dbe06)
@@ -47,7 +47,10 @@ for test_suite_name in groonga_include $(echo $test_suite_names | sed -e 's/,/ /
     fi
 done
 
-make -C ${top_dir} install-pluginLTLIBRARIES plugindir=${plugins_dir} > /dev/null
+make -C ${top_dir} \
+    install-pluginLTLIBRARIES \
+    plugindir=${plugins_dir} > /dev/null || \
+    exit 1
 
 (cd "$build_mysql_test_dir" && \
     ./mysql-test-run.pl \
-------------- next part --------------
HTML����������������������������...
Download 



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