Skip to content

Commit 9d1bacb

Browse files
committed
samples: net: echo_server: Do not enable settings db for nsos
Enabling CONFIG_SETTINGS will just print error if built for nsos so disable settings support it for that target. Signed-off-by: Jukka Rissanen <[email protected]>
1 parent c8f2a0d commit 9d1bacb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

samples/net/sockets/echo_server/sample.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -141,6 +141,7 @@ tests:
141141
- native_sim/native/64
142142
extra_args:
143143
- EXTRA_CONF_FILE="overlay-nsos.conf"
144+
- CONFIG_SETTINGS=n
144145
harness_config:
145146
type: multi_line
146147
ordered: false

0 commit comments

Comments
 (0)