From 2f056a0aee83074527073f278c9f9498b20f8965 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Manuel=20P=C3=A9gouri=C3=A9-Gonnard?= Date: Fri, 18 Sep 2015 14:37:54 +0200 Subject: [PATCH] Try to run yotta update for yotta build test But accept failures in case we're offline --- tests/scripts/yotta-build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/scripts/yotta-build.sh b/tests/scripts/yotta-build.sh index 59cedf42..2648d3e2 100755 --- a/tests/scripts/yotta-build.sh +++ b/tests/scripts/yotta-build.sh @@ -6,7 +6,7 @@ set -eu yotta/create-module.sh cd yotta/module -# yt update # needs network +yt update || true # needs network yotta_build() {