Skip to content
Snippets Groups Projects
Commit 988cb7fe authored by Matthew Hansen's avatar Matthew Hansen Committed by Carl Delsey
Browse files

Fix line buffering in test output

parent 70ef6222
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment