From f484b6d4c2f1dea6169ed50a5d3d1809e8f007be Mon Sep 17 00:00:00 2001 From: Ian Gudger Date: Wed, 12 Dec 2018 18:40:04 -0800 Subject: [PATCH] Flush socket test description This ensures that we know what type of socket caused a timeout. PiperOrigin-RevId: 225294255 Change-Id: I9033bd0f3791d3b5714aa08d111cf58a3014d252 --- test/syscalls/linux/socket_test_util.h | 1 + 1 file changed, 1 insertion(+) diff --git a/test/syscalls/linux/socket_test_util.h b/test/syscalls/linux/socket_test_util.h index e3e741478..6d84b3fa8 100644 --- a/test/syscalls/linux/socket_test_util.h +++ b/test/syscalls/linux/socket_test_util.h @@ -379,6 +379,7 @@ class SocketPairTest : public ::testing::TestWithParam { SocketPairTest() { // gUnit uses printf, so so will we. printf("Testing with %s\n", GetParam().description.c_str()); + fflush(stdout); } PosixErrorOr> NewSocketPair() const {