aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorDamjan Marion <damarion@cisco.com>2017-10-10 19:01:06 +0200
committerDamjan Marion <dmarion.lists@gmail.com>2017-10-11 20:05:34 +0000
commita472f868d64c4faa128f427a3fa711aaef260a5d (patch)
treeff888cca9385e19aa6543d69b8bcd991d4734c7a /Makefile
parent68b0ee3a38e3a86f0389d8cc695915df190c3dfb (diff)
test: retry 3 times if test fails during verify
Change-Id: Ib1cb7f09c444f3667904eade935eb220f327b6fe Signed-off-by: Damjan Marion <damarion@cisco.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index a4e833e476f..8b96dce9b22 100644
--- a/Makefile
+++ b/Makefile
@@ -514,7 +514,7 @@ endif
$(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