From 822aa2a352795d5ffad1a20150f91041517d28ee Mon Sep 17 00:00:00 2001 From: Petr Rockai Date: Tue, 17 Feb 2009 19:36:16 +0000 Subject: [PATCH] Fix test output collection in harness.c. --- test/harness.c | 1 + 1 file changed, 1 insertion(+) diff --git a/test/harness.c b/test/harness.c index 0e5f44cfb..7a27ae479 100644 --- a/test/harness.c +++ b/test/harness.c @@ -106,6 +106,7 @@ void run(int i, char *f) { perror("waitpid"); exit(206); } + drain(); if (WIFEXITED(st)) { if (WEXITSTATUS(st) == 0) { passed(i, f);