[Groonga-mysql-commit] mroonga/mroonga [master] [test] require 'make' success before test.

Back to archive index

null+****@clear***** null+****@clear*****
2011年 7月 21日 (木) 13:49:30 JST


Kouhei Sutou	2011-07-21 04:49:30 +0000 (Thu, 21 Jul 2011)

  New Revision: 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 01:42:34 +0000 (6f586ff)
+++ test/run-sql-test.sh    2011-07-21 04:49:30 +0000 (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 \




Groonga-mysql-commit メーリングリストの案内
Back to archive index