You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-07-28 15:22:05 +03:00
Don't fail if logs exists and is an empty dir
This commit is contained in:
@ -36,7 +36,8 @@ echo "--- Install synapse & other dependencies"
|
|||||||
./install.sh
|
./install.sh
|
||||||
# install static webserver to server symlinked local copy of riot
|
# install static webserver to server symlinked local copy of riot
|
||||||
./riot/install-webserver.sh
|
./riot/install-webserver.sh
|
||||||
mkdir logs || rm -r logs/*
|
rm -r logs || true
|
||||||
|
mkdir logs
|
||||||
echo "+++ Running end-to-end tests"
|
echo "+++ Running end-to-end tests"
|
||||||
TESTS_STARTED=1
|
TESTS_STARTED=1
|
||||||
./run.sh --no-sandbox --log-directory logs/
|
./run.sh --no-sandbox --log-directory logs/
|
||||||
|
Reference in New Issue
Block a user