dump server log after running tests

pull/21833/head
Bruno Windels 2019-04-09 14:39:31 +02:00
parent addafe224f
commit 309d2ead8f
1 changed files with 2 additions and 1 deletions

View File

@ -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