Navigation Menu

Skip to content

Commit

Permalink
[test] require 'make' success before test.
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Jul 21, 2011
1 parent 6aa8247 commit e7b9760
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion test/run-sql-test.sh
Expand Up @@ -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 \
Expand Down

0 comments on commit e7b9760

Please sign in to comment.