On 15.05.2015 [12:18:53 -0700], Jan Seidel wrote: > Hi everyone, > I noticed that autotest clears dmesg at the end of each test. In our > environment we have a few tools that monitor dmesg and would rather > not have it cleared automatically. Is there a way to disable this?
I think you could just change the command in client/base_sysinfo.py from 'dmesg -c' to 'dmesg'. But no configuration field for this (probably coudl be added easily). -Nish _______________________________________________ Autotest-kernel mailing list [email protected] https://www.redhat.com/mailman/listinfo/autotest-kernel
