sessiond: Extract condition hashing functions
[lttng-tools.git] / config / tap-driver.sh
index 32521614de9dd265fe3002d3aa462e62247499f9..65037ab65f5dfb03d729704d0132217b66091053 100755 (executable)
@@ -275,6 +275,9 @@ function report(result, details)
     msg = msg " " details
   # Output on console might be colorized.
   print decorate_result(result) msg
+  # Flush stdout after each test result, this is useful when stdout
+  # is buffered, for example in a CI system.
+  fflush()
   # Log the result in the log file too, to help debugging (this is
   # especially true when said result is a TAP error or "Bail out!").
   print result msg | "cat >&3";
This page took 0.022878 seconds and 4 git commands to generate.