Skip to content

Commit e3902ca

Browse files
aescolarnashif
authored andcommitted
samples: shell: Fix filtering for POSIX arch
One of these samples was filtering all POSIX arch boards out by explictly listing them by name (and for the nrf52_bsim by lack of UART). Instead filter by the architecture. There is no functional difference in tree with this change. Signed-off-by: Alberto Escolar Piedras <[email protected]>
1 parent 01c9b14 commit e3902ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

samples/subsys/shell/shell_module/sample.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ tests:
2727
sample.shell.shell_module.getopt:
2828
integration_platforms:
2929
- qemu_x86
30-
platform_exclude: native_posix native_posix_64
30+
arch_exclude: posix
3131
filter: CONFIG_SERIAL and dt_chosen_enabled("zephyr,shell-uart") and not CONFIG_NEWLIB_LIBC
3232
tags: shell
3333
harness: keyboard

0 commit comments

Comments
 (0)