mirror of
https://github.com/tiagovignatti/intel-gpu-tools.git
synced 2026-08-11 16:32:58 +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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user