Skip to content

Commit 06cce95

Browse files
committed
Fixing the recursive feature conflict config test
1 parent 332a67a commit 06cce95

File tree

5 files changed

+4
-12
lines changed

5 files changed

+4
-12
lines changed

tools/test/config/fetaure_recursive_conflict/FEATURE_STORAGE/FEATURE_BOOTLOADER/lib1/mbed_lib.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "lib1",
33
"target_overrides": {
44
"*": {
5-
"target.features_add": ["STORAGE"]
5+
"target.features_remove": ["STORAGE"]
66
}
77
}
88
}

tools/test/config/fetaure_recursive_conflict/FEATURE_STORAGE/FEATURE_IPV4/lib1/mbed_lib.json

Lines changed: 0 additions & 8 deletions
This file was deleted.

tools/test/config/fetaure_recursive_conflict/FEATURE_STORAGE/lib2/mbed_lib.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "lib2",
33
"target_overrides": {
44
"*": {
5-
"target.features_add": ["UVISOR"]
5+
"target.features_add": ["BOOTLOADER"]
66
}
77
}
88
}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"target_overrides": {
33
"*": {
4-
"target.features": ["IPV4", "STORAGE"]
4+
"target.features_add": ["STORAGE"]
55
}
66
}
77
}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"K64F": {
3-
"exception_msg": "Configuration conflict. The feature UVISOR both added and removed."
3+
"exception_msg": "Configuration conflict. The feature STORAGE both added and removed."
44
}
55
}

0 commit comments

Comments
 (0)