[Groonga-mysql-commit] mroonga/mroonga at ad16af6 [master] travis: try to use --retry-failure

Back to archive index

Kouhei Sutou null+****@clear*****
Mon Sep 26 15:43:43 JST 2016


Kouhei Sutou	2016-09-26 15:43:43 +0900 (Mon, 26 Sep 2016)

  New Revision: ad16af636eac5bad8a092db90273b167c3b63aa5
  https://github.com/mroonga/mroonga/commit/ad16af636eac5bad8a092db90273b167c3b63aa5

  Message:
    travis: try to use --retry-failure

  Modified files:
    tools/travis/script.sh

  Modified: tools/travis/script.sh (+3 -1)
===================================================================
--- tools/travis/script.sh    2016-09-26 15:13:48 +0900 (581a987)
+++ tools/travis/script.sh    2016-09-26 15:43:43 +0900 (8e49611)
@@ -111,7 +111,8 @@ run_sql_test()
     ${mroonga_dir}/test/run-sql-test.sh \
                   "${test_args[@]}" \
                   --parallel="${n_processors}" \
-                  --retry=2
+                  --retry=2 \
+                  --retry-failure=2
   else
     prepare_sql_test
 
@@ -121,6 +122,7 @@ run_sql_test()
       --no-check-testcases \
       --parallel="${n_processors}" \
       --retry=2 \
+      --retry-failure=2 \
       --suite="${test_suite_names}" \
       --force
   fi
-------------- next part --------------
HTML����������������������������...
Download 



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