1
0

DBG set debug

This commit is contained in:
Olivier Wilkinson (reivilibre)
2022-07-05 12:18:07 +01:00
parent 3c41609a9e
commit 30627554d4

View File

@@ -35,7 +35,7 @@ jobs:
set -o pipefail
synapse/scripts-dev/complement.sh --build-only
#while :; do
POSTGRES=${{ (matrix.database == 'Postgres') && 1 || '' }} WORKERS=${{ (matrix.arrangement == 'workers') && 1 || '' }} COMPLEMENT_DIR=`pwd`/complement synapse/scripts-dev/complement.sh -f -run TestRestrictedRoomsLocalJoin -json 2>&1 | gotestfmt | tee /tmp/xxx
POSTGRES=${{ (matrix.database == 'Postgres') && 1 || '' }} WORKERS=${{ (matrix.arrangement == 'workers') && 1 || '' }} SYNAPSE_TEST_LOG_LEVEL=DEBUG COMPLEMENT_DIR=`pwd`/complement synapse/scripts-dev/complement.sh -f -run TestRestrictedRoomsLocalJoin -json 2>&1 | gotestfmt | tee /tmp/xxx
#if grep FAIL /tmp/xxx; then
# break
#fi