Small improvement to test script

This commit is contained in:
Manuel Pégourié-Gonnard 2015-10-30 11:15:40 +01:00
parent fb84d38b45
commit 067523ef98

View File

@ -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