commit | 067523ef983c52e92634976f3a8555ddb0c8c467 | [log] [tgz] |
---|---|---|
author | Manuel Pégourié-Gonnard <mpg2@elzevir.fr> | Fri Oct 30 11:15:40 2015 +0100 |
committer | Manuel Pégourié-Gonnard <mpg2@elzevir.fr> | Fri Oct 30 11:15:40 2015 +0100 |
tree | 70956d8decdc95417fb6e4aad2b87bccf2f0c76c | |
parent | fb84d38b451f6a9bf50b524496623740d70e5f1b [diff] [blame] |
Small improvement to test script
diff --git a/tests/scripts/yotta-build.sh b/tests/scripts/yotta-build.sh index 2648d3e..0651bae 100755 --- a/tests/scripts/yotta-build.sh +++ b/tests/scripts/yotta-build.sh
@@ -12,8 +12,7 @@ { TARGET=$1 echo; echo "*** $TARGET ***" - yt target $TARGET - yt build + yt -t $TARGET build } if uname -a | grep 'Linux.*x86' >/dev/null; then