Kouhei Sutou
null+****@clear*****
Sat Sep 13 23:12:37 JST 2014
Kouhei Sutou 2014-09-13 23:12:37 +0900 (Sat, 13 Sep 2014) New Revision: 7dc9d5e79d6f1212ba9071abf1489c2e84ffb08f https://github.com/mroonga/mroonga/commit/7dc9d5e79d6f1212ba9071abf1489c2e84ffb08f Message: travis: fix wrong true literal Modified files: tools/travis/script.sh Modified: tools/travis/script.sh (+3 -3) =================================================================== --- tools/travis/script.sh 2014-09-13 23:05:41 +0900 (e271a31) +++ tools/travis/script.sh 2014-09-13 23:12:37 +0900 (cf3d079) @@ -31,7 +31,7 @@ else . "${top_dir}/config.sh" fi -if [ "${MRN_BUNDLED}" = "TRUE" ]; then +if [ "${MRN_BUNDLED}" = "yes" ]; then n_processors=1 else n_processors="$(grep '^processor' /proc/cpuinfo | wc -l)" @@ -48,7 +48,7 @@ build() run_unit_test() { - if [ "${MRN_BUNDLED}" != "TRUE" ]; then + if [ "${MRN_BUNDLED}" != "yes" ]; then NO_MAKE=yes ${mroonga_dir}/test/run-unit-test.sh fi } @@ -97,7 +97,7 @@ run_sql_test() test_args=("${test_args[@]}" "--embedded-server") fi - if [ "${MRN_BUNDLED}" = "TRUE" ]; then + if [ "${MRN_BUNDLED}" = "yes" ]; then ${mroonga_dir}/test/run-sql-test.sh "${test_args[@]}" else prepare_sql_test -------------- next part -------------- HTML����������������������������...Download