From 309d2ead8f9acbdf73233b6ddcb43c5bc6ffdc18 Mon Sep 17 00:00:00 2001 From: Bruno Windels Date: Tue, 9 Apr 2019 14:39:31 +0200 Subject: [PATCH] dump server log after running tests --- scripts/ci/end-to-end-tests.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scripts/ci/end-to-end-tests.sh b/scripts/ci/end-to-end-tests.sh index c5280120e3..ffcf22347a 100644 --- a/scripts/ci/end-to-end-tests.sh +++ b/scripts/ci/end-to-end-tests.sh @@ -4,7 +4,7 @@ # # clones riot-web develop and runs the tests against our version of react-sdk. -set -ev +# set -ev RIOT_WEB_DIR=riot-web REACT_SDK_DIR=`pwd` @@ -18,4 +18,5 @@ ln -s $REACT_SDK_DIR/$RIOT_WEB_DIR riot/riot-web # CHROME_PATH=$(which google-chrome-stable) ./run.sh ./install.sh ./run.sh --no-sandbox +cat synapse/installations/consent/homeserver.log popd