[Groonga-commit] groonga/groonga at 6036add [master] traivs: retry HTTP interface tests

Back to archive index

Kouhei Sutou null+****@clear*****
Tue Aug 30 13:15:33 JST 2016


Kouhei Sutou	2016-08-30 13:15:33 +0900 (Tue, 30 Aug 2016)

  New Revision: 6036add9688bdfae5acfc858e919100046d83848
  https://github.com/groonga/groonga/commit/6036add9688bdfae5acfc858e919100046d83848

  Message:
    traivs: retry HTTP interface tests

  Modified files:
    tools/travis-script.sh

  Modified: tools/travis-script.sh (+4 -2)
===================================================================
--- tools/travis-script.sh    2016-08-30 11:14:16 +0900 (2be2693)
+++ tools/travis-script.sh    2016-08-30 13:15:33 +0900 (3b14ad3)
@@ -38,9 +38,11 @@ case "${BUILD_TOOL}" in
       test/mruby/run-test.rb
       test/command_line/run-test.rb
     fi
-    test/command/run-test.sh ${command_test_options} --interface http
+    travis_retry \
+      test/command/run-test.sh ${command_test_options} --interface http
     mkdir -p ${prefix}/var/log/groonga/httpd
-    test/command/run-test.sh ${command_test_options} --testee groonga-httpd
+    travis_retry \
+      test/command/run-test.sh ${command_test_options} --testee groonga-httpd
     ;;
   cmake)
     test/command/run-test.sh ${command_test_options}
-------------- next part --------------
HTML����������������������������...
Download 



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