We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 04d9e57 commit dea6436Copy full SHA for dea6436
samples/embassy/sample.yaml
@@ -6,7 +6,7 @@ common:
6
harness_config:
7
type: one_line
8
regex:
9
- - "Hello world from Rust on (.*)"
+ - "Embassy tests passed"
10
tags: rust
11
filter: CONFIG_RUST_SUPPORTED
12
platform_allow:
samples/embassy/src/lib.rs
@@ -89,6 +89,8 @@ async fn main(spawner: Spawner) {
89
tester
90
.run(spawner, low_spawner, Command::PingPong(10_000))
91
.await;
92
+
93
+ info!("Embassy tests passed");
94
}
95
96
/// Async task tests.
0 commit comments