Stop Prime95 with INT signal instead of TERM
This commit is contained in:
parent
d1005ad0a9
commit
c0b6606758
1 changed files with 1 additions and 1 deletions
|
|
@ -435,7 +435,7 @@ def cpu_mprime_test(state, test_objects):
|
|||
sensors = hw_sensors.Sensors()
|
||||
sensors.start_background_monitor(
|
||||
sensors_out,
|
||||
thermal_action=('killall', 'mprime'),
|
||||
thermal_action=('killall', 'mprime', '-INT'),
|
||||
)
|
||||
|
||||
# Create monitor and worker panes
|
||||
|
|
|
|||
Loading…
Reference in a new issue