Commit b5b6993
committed
common/fio: ignore fio messages about random generator selection
The latest fio after the commit 1d282baecd68 ("fio: make sure that child
process output is comitted") often prints the warning messages about
random generator selection:
fio: file test.0.0 exceeds 32-bit tausworthe random generator.
fio: Switching to tausworthe64. Use the random_generator= option to get rid of this warning.
This causes fio output parse failure at the test case block/004. To
avoid the failure, ignore the messages.
Signed-off-by: Shin'ichiro Kawasaki <[email protected]>1 parent a94b770 commit b5b6993
1 file changed
Lines changed: 3 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
229 | 229 | | |
230 | 230 | | |
231 | 231 | | |
232 | | - | |
| 232 | + | |
| 233 | + | |
| 234 | + | |
233 | 235 | | |
234 | 236 | | |
235 | 237 | | |
| |||
0 commit comments