sanitycheck: inclusive language
change whitelist -> allow.
Signed-off-by: Anas Nashif <anas.nashif@intel.com>
diff --git a/scripts/sanitycheck b/scripts/sanitycheck
index 2db6ec1..3b8bb15 100755
--- a/scripts/sanitycheck
+++ b/scripts/sanitycheck
@@ -67,13 +67,13 @@
Length of time to run test in emulator before automatically killing it.
Default to 60 seconds.
- arch_whitelist: <list of arches, such as x86, arm, arc>
+ arch_allow: <list of arches, such as x86, arm, arc>
Set of architectures that this test case should only be run for.
arch_exclude: <list of arches, such as x86, arm, arc>
Set of architectures that this test case should not run on.
- platform_whitelist: <list of platforms>
+ platform_allow: <list of platforms>
Set of platforms that this test case should only be run for.
platform_exclude: <list of platforms>
@@ -131,7 +131,7 @@
not (right associative)
all comparison operators (non-associative)
- arch_whitelist, arch_exclude, platform_whitelist, platform_exclude
+ arch_allow, arch_exclude, platform_allow, platform_exclude
are all syntactic sugar for these expressions. For instance
arch_exclude = x86 arc