From 43843b85fe68cfd1b6c4a58a39934c7116f9493e Mon Sep 17 00:00:00 2001 From: Karel Gardas Date: Tue, 19 Apr 2022 14:28:51 +0200 Subject: tester/gdb: allow kill on the test end Sponsored-By: Precidata --- tester/rt/config.py | 1 + 1 file changed, 1 insertion(+) (limited to 'tester') diff --git a/tester/rt/config.py b/tester/rt/config.py index a7b9ee3..8a433af 100644 --- a/tester/rt/config.py +++ b/tester/rt/config.py @@ -258,6 +258,7 @@ class file(config.file): script = self.expand('%%{%s}' % data[2]) if script: script = [l.strip() for l in script.splitlines()] + self.kill_on_end = True if not self.in_error: if self.console: self.console.open() -- cgit v1.2.3