aboutsummaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorChristophe Lyon <christophe.lyon@linaro.org>2015-03-26 21:44:33 +0000
committerChristophe Lyon <christophe.lyon@linaro.org>2015-03-26 21:46:21 +0000
commitf63c877b366cc134a207a8b50fdefa31306b6594 (patch)
treed0fe1e056956d97b55d162f7e5b2429434311a60 /scripts
parentd51d2318983f2149e822415f5a23a0055aee7a9e (diff)
Use '--check all' instead of '--check'.
For native builds, add '--excludecheck gdb' because it is too slow. Change-Id: I2404fbd3e26140198f7cde1f75360ae8bdc69d60
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/MakeRelease.job2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/MakeRelease.job b/scripts/MakeRelease.job
index 8efc6e27..24b3059d 100755
--- a/scripts/MakeRelease.job
+++ b/scripts/MakeRelease.job
@@ -67,7 +67,7 @@ gcc_source="gcc-linaro-${version}-${release}.tar.xz"
if test x"${runtests}" = xtrue; then
chroot="--enable-schroot-test"
- check="--check"
+ check="--check all"
else
check=""
fi