aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan Gudmundsson <[email protected]>2019-08-07 10:04:19 +0200
committerDan Gudmundsson <[email protected]>2019-08-07 11:41:13 +0200
commite5de95117604990c8747245e21d48a2982857221 (patch)
treefc37662e9fccc2c8b7c865c1b19ea0644d19eda1
parent2f260b1276fc3f96a508cc86068892e275d2368a (diff)
downloadotp-e5de95117604990c8747245e21d48a2982857221.tar.gz
otp-e5de95117604990c8747245e21d48a2982857221.tar.bz2
otp-e5de95117604990c8747245e21d48a2982857221.zip
Print last lines of configure log
So we can see in travis which applications or options that is disabled, (and/or other config problems)
-rwxr-xr-xscripts/build-otp2
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/build-otp b/scripts/build-otp
index abf8d5d67f..55023ba7d8 100755
--- a/scripts/build-otp
+++ b/scripts/build-otp
@@ -44,6 +44,8 @@ fi
do_and_log "Autoconfing" ./otp_build autoconf
do_and_log "Configuring" ./otp_build configure
+echo Configure result:
+tail -n 20 $log
do_and_log "Building OTP" ./otp_build boot -a
if [ "$1" = "release" ]; then