From 988cb7fe85d620aec66a980f8d0434ac90110507 Mon Sep 17 00:00:00 2001 From: Matthew Hansen <matthew.k.hansen@intel.com> Date: Wed, 5 Jun 2019 16:03:17 -0700 Subject: [PATCH] Fix line buffering in test output --- tools/ctest_retry.bash | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tools/ctest_retry.bash b/tools/ctest_retry.bash index 42dcb46d..e65d6d2e 100755 --- a/tools/ctest_retry.bash +++ b/tools/ctest_retry.bash @@ -43,6 +43,8 @@ done total=$RETRIES cd $TESTDIR +export RCUTILS_CONSOLE_STDOUT_LINE_BUFFERED=1 + echo "Retrying Ctest up to " $total " times." for ((i=1;i<=total;i++)) do -- GitLab