diff options
author | Dan Gudmundsson <[email protected]> | 2019-08-07 10:04:19 +0200 |
---|---|---|
committer | Dan Gudmundsson <[email protected]> | 2019-08-07 11:41:13 +0200 |
commit | e5de95117604990c8747245e21d48a2982857221 (patch) | |
tree | fc37662e9fccc2c8b7c865c1b19ea0644d19eda1 /scripts/build-otp | |
parent | 2f260b1276fc3f96a508cc86068892e275d2368a (diff) | |
download | otp-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)
Diffstat (limited to 'scripts/build-otp')
-rwxr-xr-x | scripts/build-otp | 2 |
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 |