Navigation Menu

Skip to content

Commit

Permalink
travis: try to use --retry-failure
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Sep 26, 2016
1 parent 19258e8 commit ad16af6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tools/travis/script.sh
Expand Up @@ -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

Expand All @@ -121,6 +122,7 @@ run_sql_test()
--no-check-testcases \
--parallel="${n_processors}" \
--retry=2 \
--retry-failure=2 \
--suite="${test_suite_names}" \
--force
fi
Expand Down

0 comments on commit ad16af6

Please sign in to comment.