diff --git a/tests/scripts/yotta-build.sh b/tests/scripts/yotta-build.sh index 2648d3e29..0651baee6 100755 --- a/tests/scripts/yotta-build.sh +++ b/tests/scripts/yotta-build.sh @@ -12,8 +12,7 @@ yotta_build() { TARGET=$1 echo; echo "*** $TARGET ***" - yt target $TARGET - yt build + yt -t $TARGET build } if uname -a | grep 'Linux.*x86' >/dev/null; then