commit | a472f868d64c4faa128f427a3fa711aaef260a5d | [log] [tgz] |
---|---|---|
author | Damjan Marion <damarion@cisco.com> | Tue Oct 10 19:01:06 2017 +0200 |
committer | Damjan Marion <dmarion.lists@gmail.com> | Wed Oct 11 20:05:34 2017 +0000 |
tree | ff888cca9385e19aa6543d69b8bcd991d4734c7a | |
parent | 68b0ee3a38e3a86f0389d8cc695915df190c3dfb [diff] [blame] |
test: retry 3 times if test fails during verify Change-Id: Ib1cb7f09c444f3667904eade935eb220f327b6fe Signed-off-by: Damjan Marion <damarion@cisco.com>
diff --git a/Makefile b/Makefile index a4e833e..8b96dce 100644 --- a/Makefile +++ b/Makefile
@@ -514,7 +514,7 @@ $(call banner,"Building $(PKG) packages") @make pkg-$(PKG) ifeq ($(OS_ID)-$(OS_VERSION_ID),ubuntu-16.04) - @make COMPRESS_FAILED_TEST_LOGS=yes test + @make COMPRESS_FAILED_TEST_LOGS=yes RETRIES=3 test endif