Update testfile and fix empty warning in show-expected-fail-tests.sh

Signed-off-by: Alex Chen <minecnly@gmail.com>
This commit is contained in:
Cnly 2019-07-05 17:40:20 +08:00
parent a0dec456c1
commit 595279caea
2 changed files with 2 additions and 0 deletions

View file

@ -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"

View file

@ -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