From f41599c8e9435f3dfec60b872c2b4ae31177efdd Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Sat, 10 Oct 2020 17:22:46 +0300 Subject: Add support for test timeouts --- libbuild2/file.cxx | 1 + 1 file changed, 1 insertion(+) (limited to 'libbuild2/file.cxx') diff --git a/libbuild2/file.cxx b/libbuild2/file.cxx index 701367f..23bd103 100644 --- a/libbuild2/file.cxx +++ b/libbuild2/file.cxx @@ -1767,6 +1767,7 @@ namespace build2 { is.close (); pr.kill (); + pr.wait (); throw_generic_ios_failure (EFBIG, "output too large"); } } -- cgit v1.1