Details
-
Bug
-
Resolution: Fixed
-
Minor
-
None
-
3
-
6122
Description
The recovery-small test_24b dumps dmesg content to stdout while trying to clean up kernel messages, the reason is line:
dmesg -c
Probable fix is:
dmesg -c > /dev/null