From 595279caeab37a7c5e6941fb2520593c449ff474 Mon Sep 17 00:00:00 2001 From: Cnly Date: Fri, 5 Jul 2019 17:40:20 +0800 Subject: [PATCH] Update testfile and fix empty warning in show-expected-fail-tests.sh Signed-off-by: Alex Chen --- show-expected-fail-tests.sh | 1 + testfile | 1 + 2 files changed, 2 insertions(+) diff --git a/show-expected-fail-tests.sh b/show-expected-fail-tests.sh index f58416b2d..80b842ab1 100755 --- a/show-expected-fail-tests.sh +++ b/show-expected-fail-tests.sh @@ -22,6 +22,7 @@ tests_to_add="" already_in_testfile="" while read -r test_id; do + [ "${test_id}" = "" ] && continue grep "${test_id}" "${testfile}" > /dev/null 2>&1 if [ "$?" != "0" ]; then tests_to_add="${tests_to_add}${test_id}\n" diff --git a/testfile b/testfile index ea6fc9172..362df4513 100644 --- a/testfile +++ b/testfile @@ -142,3 +142,4 @@ Trying to get push rules with unknown rule_id fails with 404 Events come down the correct room local user can join room with version 5 User can invite local user to room with version 5 +Inbound federation can receive room-join requests