mirror of
https://github.com/tiagovignatti/intel-gpu-tools.git
synced 2025-06-10 09:26:10 +00:00
lib/drmtest: Fix igt_stop_signal_helper for subtest listing
We need to bail out early for otherwise we'll hit the !signal_helper->running assert. Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
This commit is contained in:
parent
b3a61c8028
commit
5f790db084
@ -622,6 +622,9 @@ void igt_fork_signal_helper(void)
|
||||
|
||||
void igt_stop_signal_helper(void)
|
||||
{
|
||||
if (igt_only_list_subtests())
|
||||
return;
|
||||
|
||||
igt_stop_helper(&signal_helper);
|
||||
|
||||
sig_stat = 0;
|
||||
|
Loading…
x
Reference in New Issue
Block a user