Skip to content

Commit

Permalink
travis: remove garbage
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Feb 27, 2019
1 parent 2f6ce8b commit b3d2eb1
Showing 1 changed file with 13 additions and 15 deletions.
28 changes: 13 additions & 15 deletions travis/script.sh
Original file line number Diff line number Diff line change
Expand Up @@ -64,21 +64,19 @@ fi

case "${BUILD_TOOL}" in
autotools)
case "${TEST_TARGET}" in
if [ "${TRAVIS_OS_NAME}" != "osx" ]; then
test/unit/run-test.sh -v v
fi
test/command/run-test.sh ${command_test_options}
if [ "${ENABLE_MRUBY}" = "yes" ]; then
test/mruby/run-test.rb
test/command_line/run-test.rb
fi
retry test/command/run-test.sh ${command_test_options} \
--interface http
mkdir -p ${prefix}/var/log/groonga/httpd
retry test/command/run-test.sh ${command_test_options} \
--testee groonga-httpd
esac
if [ "${TRAVIS_OS_NAME}" != "osx" ]; then
test/unit/run-test.sh -v v
fi
test/command/run-test.sh ${command_test_options}
if [ "${ENABLE_MRUBY}" = "yes" ]; then
test/mruby/run-test.rb
test/command_line/run-test.rb
fi
retry test/command/run-test.sh ${command_test_options} \
--interface http
mkdir -p ${prefix}/var/log/groonga/httpd
retry test/command/run-test.sh ${command_test_options} \
--testee groonga-httpd
;;
cmake)
test/command/run-test.sh ${command_test_options}
Expand Down

0 comments on commit b3d2eb1

Please sign in to comment.