[Groonga-commit] groonga/groonga at b3d2eb1 [master] travis: remove garbage

Back to archive index
Kouhei Sutou null+****@clear*****
Wed Feb 27 16:40:51 JST 2019


Kouhei Sutou	2019-02-27 16:40:51 +0900 (Wed, 27 Feb 2019)

  Revision: b3d2eb1019d9b1b65bbb82d54ff2dc6040901495
  https://github.com/groonga/groonga/commit/b3d2eb1019d9b1b65bbb82d54ff2dc6040901495

  Message:
    travis: remove garbage

  Modified files:
    travis/script.sh

  Modified: travis/script.sh (+13 -15)
===================================================================
--- travis/script.sh    2019-02-27 15:03:43 +0900 (926c8fb11)
+++ travis/script.sh    2019-02-27 16:40:51 +0900 (d0c34bc4e)
@@ -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}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.osdn.me/mailman/archives/groonga-commit/attachments/20190227/b5306d95/attachment.html>


More information about the Groonga-commit mailing list
Back to archive index