commit | d13585f1b36f120f4aab4b9bd14efa9882b550e4 | [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 16:56:30 2015 +0100 |
tree | 4b4083e54838d0cd23a3d22e6c6d84332080bb2b | |
parent | 9f44a80ea303121f6836a4d8e7800988c08b00ea [diff] |
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