zephyr/samples/posix/env/sample.yaml
Anas Nashif ec71e04cdb samples: env_posix: fix regex in sample test
ALERT is empty, so do not try to match any content.

Fixes #72858

Signed-off-by: Anas Nashif <anas.nashif@intel.com>
2024-07-12 09:18:56 -04:00

20 lines
356 B
YAML

sample:
description: posix env sample
name: posix env
common:
tags: posix env
platform_exclude:
- native_posix
- native_posix/native/64
integration_platforms:
- native_sim
harness: console
harness_config:
type: multi_line
regex:
- "BOARD=.*"
- "BUILD_VERSION=.*"
- "ALERT="
tests:
sample.posix.env: {}