Commit f78949b
scripts: twister: Process KeyboardInterrupt Hardening
If you interrupt process() operation, we want Twister
to exit as gracefully as it can. This avoids the
UnboundLocalError that could appear e.g.
when interrupting the operation via SIGINT.
Signed-off-by: Lukasz Mrugala <[email protected]>1 parent 4c6b1e5 commit f78949b
1 file changed
+3
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
615 | 615 | | |
616 | 616 | | |
617 | 617 | | |
| 618 | + | |
| 619 | + | |
| 620 | + | |
618 | 621 | | |
619 | 622 | | |
620 | 623 | | |
| |||
772 | 775 | | |
773 | 776 | | |
774 | 777 | | |
775 | | - | |
776 | | - | |
777 | 778 | | |
778 | 779 | | |
779 | 780 | | |
| |||
0 commit comments