mirror of
https://github.com/tiagovignatti/intel-gpu-tools.git
synced 2025-06-12 02:16:17 +00:00
lib/drmtest: tune down signal handler stats
Avoids tests with a spurious WARN result in piglit. Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
This commit is contained in:
parent
1677c21291
commit
cb3a44fa26
@ -510,7 +510,7 @@ void drmtest_stop_signal_helper(void)
|
|||||||
kill(signal_helper, SIGQUIT);
|
kill(signal_helper, SIGQUIT);
|
||||||
|
|
||||||
if (sig_stat)
|
if (sig_stat)
|
||||||
fprintf(stderr, "signal handler called %llu times\n", sig_stat);
|
fprintf(stdout, "signal handler called %llu times\n", sig_stat);
|
||||||
|
|
||||||
signal_helper = -1;
|
signal_helper = -1;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user