Skip to content

Commit

Permalink
travis: Automatically recheck failed tests.
Browse files Browse the repository at this point in the history
This should make the automatic testsuite more reliable on Travis.  It's
better to fix tests to be more reliable, of course, but in practie it's
difficult to make all of them 100% reliable.

Signed-off-by: Ben Pfaff <blp@ovn.org>
Acked-by: Andy Zhou <azhou@ovn.org>
  • Loading branch information
blp committed Feb 24, 2016
1 parent 0d3f215 commit 655306c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis/build.sh
Expand Up @@ -99,7 +99,7 @@ else
fi

if [ "$TESTSUITE" ] && [ "$CC" != "clang" ]; then
if ! make distcheck; then
if ! make distcheck RECHECK=yes; then
# testsuite.log is necessary for debugging.
cat */_build/tests/testsuite.log
exit 1
Expand Down

0 comments on commit 655306c

Please sign in to comment.