mirror of
https://github.com/matrix-org/dendrite.git
synced 2025-12-16 19:33:09 -06:00
Add TODO
This commit is contained in:
parent
1f2d07b8c6
commit
b4a5b92396
|
|
@ -76,6 +76,8 @@ while read -r test_name; do
|
||||||
fi
|
fi
|
||||||
done <<< "${passed_but_expected_fail}"
|
done <<< "${passed_but_expected_fail}"
|
||||||
|
|
||||||
|
# TODO: Check that the same test doesn't exist in both the whitelist and blacklist
|
||||||
|
|
||||||
# Trim test output strings
|
# Trim test output strings
|
||||||
tests_to_add=$(echo -e $tests_to_add | xargs)
|
tests_to_add=$(echo -e $tests_to_add | xargs)
|
||||||
already_in_whitelist=$(echo -e $already_in_whitelist | xargs)
|
already_in_whitelist=$(echo -e $already_in_whitelist | xargs)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue