Skip to content

Commit 60a079c

Browse files
committed
Revert "sanitycheck: reduce number of unnecessary configuration builds"
This reverts commit 4e2cf33. The change does not work correct if we have a filter and specify a specific platform, such as: ./scripts/sanitycheck -p 96b_nitrogen -i -s samples/hello_world/test_singlethread Change-Id: I43a4f25ed25c8fe5379cda23b6dbfa8f9ae5cb0d Signed-off-by: Kumar Gala <[email protected]>
1 parent 4e2cf33 commit 60a079c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/sanitycheck

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1324,7 +1324,7 @@ class TestSuite:
13241324
if tc.platform_whitelist and plat.name not in tc.platform_whitelist:
13251325
continue
13261326

1327-
if tc.tc_filter and (plat in arch.platforms[:platform_limit] or all_plats):
1327+
if tc.tc_filter:
13281328
args = tc.extra_args[:]
13291329
args.extend(["ARCH=" + plat.arch.name,
13301330
"BOARD=" + plat.name, "initconfig"])

0 commit comments

Comments
 (0)