aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRob Savoye <rob.savoye@linaro.org>2016-03-23 12:13:26 -0600
committerRob Savoye <rob.savoye@linaro.org>2016-03-23 12:13:26 -0600
commitbe42a511049ecb864c73ddc061d8eabc1d1feaa9 (patch)
treee11ce442d86f56c13add3ee64f2da3ec5c6b471d
parent2700ae15582ebd1cf9f284c9deeaaa72fd34dac4 (diff)
Run make check even when building binary tarballs.benchmarking-11049
Change-Id: I69310152fcb7393a9c46ad85095f1af1eda6503f
-rwxr-xr-xlib/make.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/make.sh b/lib/make.sh
index 923fe5c0..812c8073 100755
--- a/lib/make.sh
+++ b/lib/make.sh
@@ -174,7 +174,7 @@ build_all()
# the user has requested that no tests run. Binary tarballs have
# testing executed on the installed libraries and executables, not on
# the source tree.
- if test x"${runtests}" != x -a x"${tarbin}" != x"yes"; then
+ if test x"${runtests}" != x; then
notice "Testing components ${runtests}..."
buildingall=no
local check_ret=0