diff --git a/.travis.yml b/.travis.yml index f435280e..f19da3bd 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,7 @@ # travisci config env: global: - - MIAB_LDAP=true + - MIAB_LDAP_PROJECT=true language: shell os: linux diff --git a/tests/system-setup/upgrade-from-upstream.sh b/tests/system-setup/upgrade-from-upstream.sh index 0e321e49..2db726d0 100755 --- a/tests/system-setup/upgrade-from-upstream.sh +++ b/tests/system-setup/upgrade-from-upstream.sh @@ -67,7 +67,12 @@ upstream_install() { fi H2 "Run upstream setup" - setup/start.sh || die "Upstream setup failed!" + if ! setup/start.sh; then + echo "$F_WARN" + tail -100 /var/log/syslog + echo "$F_RESET" + die "Upstream setup failed!" + fi popd >/dev/null H2 "Upstream info"