This commit is contained in:
Andrew Morgan 2020-02-14 12:45:46 +00:00
parent 1f2d07b8c6
commit b4a5b92396

View file

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