On 3/3/21 1:06 PM, Alex Bennée wrote:
>
> Philippe Mathieu-Daudé <[email protected]> writes:
>
>> Follow the inclusive terminology from the "Conscious Language in your
>> Open Source Projects" guidelines [*] and replace the word "whitelist"
>> appropriately.
>>
>> [*] https://github.com/conscious-lang/conscious-lang-docs/blob/main/faq.md
>>
>> Reviewed-by: Daniel P. Berrangé <[email protected]>
>> Signed-off-by: Philippe Mathieu-Daudé <[email protected]>
>> ---
>> scripts/device-crash-test | 30 +++++++++++++++---------------
>> 1 file changed, 15 insertions(+), 15 deletions(-)
>> def whitelistTestCaseMatch(wl, t):
>> - """Check if a test case specification can match a whitelist entry
>> + """Check if a test case specification can match a allowlist entry
>
> Seems like the function names (and params?) could be updated as well.
Eduardo already fixed/merged this one :)
See 1a14d4e16af ("device-crash-test: Remove problematic language")