[education/rkward/testing/win_citest_timeout] rkward/autotests: A matter of flushing?

Thomas Friedrichsmeier null at kde.org
Sun Oct 2 20:14:23 BST 2022


Git commit cc4251f353a39488b04aee943bc6a37366521d29 by Thomas Friedrichsmeier.
Committed on 02/10/2022 at 19:14.
Pushed by tfry into branch 'testing/win_citest_timeout'.

A matter of flushing?

M  +1    -0    rkward/autotests/core_test.cpp

https://invent.kde.org/education/rkward/commit/cc4251f353a39488b04aee943bc6a37366521d29

diff --git a/rkward/autotests/core_test.cpp b/rkward/autotests/core_test.cpp
index 94b7bbab..d265d3e8 100644
--- a/rkward/autotests/core_test.cpp
+++ b/rkward/autotests/core_test.cpp
@@ -33,6 +33,7 @@ void testLog(const char* fmt, va_list args) {
 	printf("%lld: ", _test_timer.elapsed());
 	vprintf(fmt, args);
 	printf("\n");
+	fflush(stdout);
 }
 
 void testLog(const char* fmt, ...) {


More information about the rkward-tracker mailing list