mirror of
https://github.com/vector-im/element-web.git
synced 2026-02-26 10:01:09 +01:00
Don't fail if logs exists and is an empty dir
This commit is contained in:
parent
23dffb69ac
commit
2970a9faaf
@ -36,7 +36,8 @@ echo "--- Install synapse & other dependencies"
|
||||
./install.sh
|
||||
# install static webserver to server symlinked local copy of riot
|
||||
./riot/install-webserver.sh
|
||||
mkdir logs || rm -r logs/*
|
||||
rm -r logs || true
|
||||
mkdir logs
|
||||
echo "+++ Running end-to-end tests"
|
||||
TESTS_STARTED=1
|
||||
./run.sh --no-sandbox --log-directory logs/
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user