@@ -216,45 +216,27 @@ jobs:
216
216
grep '] rust_minimal: Rust minimal sample (exit)$' qemu-stdout.log
217
217
218
218
- run : |
219
- grep '] rust_print: Rust printing macros sample (init)$' qemu-stdout.log
220
-
221
- grep '] rust_print: Emergency message (level 0) with newline w/o args$' qemu-stdout.log
222
- grep '] rust_print: Alert message (level 1) with newline w/o args$' qemu-stdout.log
223
- grep '] rust_print: Critical message (level 2) with newline w/o args$' qemu-stdout.log
224
- grep '] rust_print: Error message (level 3) with newline w/o args$' qemu-stdout.log
225
- grep '] rust_print: Warning message (level 4) with newline w/o args$' qemu-stdout.log
226
- grep '] rust_print: Notice message (level 5) with newline w/o args$' qemu-stdout.log
227
- grep '] rust_print: Info message (level 6) with newline w/o args$' qemu-stdout.log
228
- grep '] rust_print: A line that is continued with newline w/o args$' qemu-stdout.log
229
-
230
- grep '] rust_print: Emergency message (level 0) w/o newline w/o args$' qemu-stdout.log
231
- grep '] rust_print: Alert message (level 1) w/o newline w/o args$' qemu-stdout.log
232
- grep '] rust_print: Critical message (level 2) w/o newline w/o args$' qemu-stdout.log
233
- grep '] rust_print: Error message (level 3) w/o newline w/o args$' qemu-stdout.log
234
- grep '] rust_print: Warning message (level 4) w/o newline w/o args$' qemu-stdout.log
235
- grep '] rust_print: Notice message (level 5) w/o newline w/o args$' qemu-stdout.log
236
- grep '] rust_print: Info message (level 6) w/o newline w/o args$' qemu-stdout.log
237
- grep '] rust_print: A line that is continued w/o newline w/o args$' qemu-stdout.log
238
-
239
- grep '] rust_print: Emergency message (level 0) with newline with args$' qemu-stdout.log
240
- grep '] rust_print: Alert message (level 1) with newline with args$' qemu-stdout.log
241
- grep '] rust_print: Critical message (level 2) with newline with args$' qemu-stdout.log
242
- grep '] rust_print: Error message (level 3) with newline with args$' qemu-stdout.log
243
- grep '] rust_print: Warning message (level 4) with newline with args$' qemu-stdout.log
244
- grep '] rust_print: Notice message (level 5) with newline with args$' qemu-stdout.log
245
- grep '] rust_print: Info message (level 6) with newline with args$' qemu-stdout.log
246
- grep '] rust_print: A line that is continued with newline with args$' qemu-stdout.log
247
-
248
- grep '] rust_print: Emergency message (level 0) w/o newline with args$' qemu-stdout.log
249
- grep '] rust_print: Alert message (level 1) w/o newline with args$' qemu-stdout.log
250
- grep '] rust_print: Critical message (level 2) w/o newline with args$' qemu-stdout.log
251
- grep '] rust_print: Error message (level 3) w/o newline with args$' qemu-stdout.log
252
- grep '] rust_print: Warning message (level 4) w/o newline with args$' qemu-stdout.log
253
- grep '] rust_print: Notice message (level 5) w/o newline with args$' qemu-stdout.log
254
- grep '] rust_print: Info message (level 6) w/o newline with args$' qemu-stdout.log
255
- grep '] rust_print: A line that is continued w/o newline with args$' qemu-stdout.log
256
-
257
- grep '] rust_print: Rust printing macros sample (exit)$' qemu-stdout.log
219
+ grep '] rust_print: Rust printing macros sample (init)$' qemu-stdout.log
220
+
221
+ grep '] rust_print: Emergency message (level 0) without args$' qemu-stdout.log
222
+ grep '] rust_print: Alert message (level 1) without args$' qemu-stdout.log
223
+ grep '] rust_print: Critical message (level 2) without args$' qemu-stdout.log
224
+ grep '] rust_print: Error message (level 3) without args$' qemu-stdout.log
225
+ grep '] rust_print: Warning message (level 4) without args$' qemu-stdout.log
226
+ grep '] rust_print: Notice message (level 5) without args$' qemu-stdout.log
227
+ grep '] rust_print: Info message (level 6) without args$' qemu-stdout.log
228
+ grep '] rust_print: A line that is continued without args$' qemu-stdout.log
229
+
230
+ grep '] rust_print: Emergency message (level 0) with args$' qemu-stdout.log
231
+ grep '] rust_print: Alert message (level 1) with args$' qemu-stdout.log
232
+ grep '] rust_print: Critical message (level 2) with args$' qemu-stdout.log
233
+ grep '] rust_print: Error message (level 3) with args$' qemu-stdout.log
234
+ grep '] rust_print: Warning message (level 4) with args$' qemu-stdout.log
235
+ grep '] rust_print: Notice message (level 5) with args$' qemu-stdout.log
236
+ grep '] rust_print: Info message (level 6) with args$' qemu-stdout.log
237
+ grep '] rust_print: A line that is continued with args$' qemu-stdout.log
238
+
239
+ grep '] rust_print: Rust printing macros sample (exit)$' qemu-stdout.log
258
240
259
241
- run : |
260
242
grep '] rust_module_parameters: Rust module parameters sample (init)$' qemu-stdout.log
0 commit comments