diff --git a/tools/run-tests b/tools/run-tests index 478e215d..060aba39 100755 --- a/tools/run-tests +++ b/tools/run-tests @@ -186,6 +186,9 @@ class Process(subprocess.Popen): @classmethod def kill_all(cls): for p in cls.processes.values(): + if p.args[0] == 'dmesg': + continue + p.kill() @staticmethod