Skip to content

Commit

Permalink
Revert "sanitycheck: reduce number of unnecessary configuration builds"
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
galak committed Dec 30, 2016
1 parent 4e2cf33 commit 60a079c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/sanitycheck
Original file line number Diff line number Diff line change
Expand Up @@ -1324,7 +1324,7 @@ class TestSuite:
if tc.platform_whitelist and plat.name not in tc.platform_whitelist:
continue

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

0 comments on commit 60a079c

Please sign in to comment.