Add TODO 2

This commit is contained in:
Andrew Morgan 2020-02-14 12:46:26 +00:00
parent b4a5b92396
commit 83e909fc7c

View file

@ -77,6 +77,7 @@ while read -r test_name; do
done <<< "${passed_but_expected_fail}"
# TODO: Check that the same test doesn't exist in both the whitelist and blacklist
# TODO: Check that the same test doesn't appear twice in the whitelist|blacklist
# Trim test output strings
tests_to_add=$(echo -e $tests_to_add | xargs)