mirror of
https://github.com/matrix-org/dendrite.git
synced 2025-12-12 09:23:09 -06:00
Clear sytest detritus before testing
This commit is contained in:
parent
1b0795f541
commit
191b8ab712
|
|
@ -7,6 +7,9 @@ cd `dirname $0`/..
|
||||||
: ${WORKSPACE:="$(pwd)"}
|
: ${WORKSPACE:="$(pwd)"}
|
||||||
export WORKSPACE
|
export WORKSPACE
|
||||||
|
|
||||||
|
# remove any detritus from last time
|
||||||
|
rm -f sytest/server-*/*.log sytest/results.tap
|
||||||
|
|
||||||
./jenkins/prepare-dendrite.sh
|
./jenkins/prepare-dendrite.sh
|
||||||
|
|
||||||
if [ ! -d "sytest" ]; then
|
if [ ! -d "sytest" ]; then
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue