drmtest: Squelch the rude interrupter
authorChris Wilson <chris@chris-wilson.co.uk>
Fri, 16 Aug 2013 11:15:00 +0000 (12:15 +0100)
committerChris Wilson <chris@chris-wilson.co.uk>
Fri, 16 Aug 2013 11:23:00 +0000 (12:23 +0100)
Stop printing the debugging information of how many times we emitted a
signal.

lib/drmtest.c

index 98f4ac6..ac254ab 100644 (file)
@@ -674,8 +674,10 @@ void igt_stop_signal_helper(void)
        } else
                return;
 
+#if 0
        if (sig_stat)
                fprintf(stdout, "signal handler called %llu times\n", sig_stat);
+#endif
 
        sig_stat = 0;
        signal_helper = -1;