Kouhei Sutou
null+****@clear*****
Wed Mar 27 11:50:32 JST 2013
Kouhei Sutou 2013-03-27 11:50:32 +0900 (Wed, 27 Mar 2013) New Revision: 14f7e8c8f84288017a03cb73469d08ffed6d7a6f https://github.com/mroonga/mroonga/commit/14f7e8c8f84288017a03cb73469d08ffed6d7a6f Message: travis: fix true value Modified files: tools/travis/script.sh Modified: tools/travis/script.sh (+3 -3) =================================================================== --- tools/travis/script.sh 2013-03-27 11:44:54 +0900 (2a7f6fb) +++ tools/travis/script.sh 2013-03-27 11:50:32 +0900 (d39b9bb) @@ -20,7 +20,7 @@ set -e base_dir="$(cd $(dirname $0); pwd)" -if [ "${MRN_BUNDLED}" = "yes" ]; then +if [ "${MRN_BUNDLED}" = "TRUE" ]; then mroonga_dir="$base_dir/../../storage/mroonga" else mroonga_dir="$base_dir/../.." @@ -35,7 +35,7 @@ build() run_unit_test() { - if [ "${MRN_BUNDLED}" != "yes" ]; then + if [ "${MRN_BUNDLED}" != "TRUE" ]; then NO_MAKE=yes ${mroonga_dir}/test/run-unit-test.sh fi } @@ -78,7 +78,7 @@ prepare_sql_test() run_sql_test() { - if [ "${MRN_BUNDLED}" != "yes" ]; then + if [ "${MRN_BUNDLED}" != "TRUE" ]; then prepare_sql_test fi -------------- next part -------------- HTML����������������������������...Download