diff --git a/tools/test/source/main.cpp b/tools/test/source/main.cpp index fb25f087..72d77435 100644 --- a/tools/test/source/main.cpp +++ b/tools/test/source/main.cpp @@ -137,7 +137,7 @@ int main(int argc, char ** argv) std::cout << bold << '[' << std::setfill(' ') << std::setw(test_index_len) << std::right << i << '/' << test_count << "] " << name - << normal << std::string(max_name_length + 5 - name.size(), '.'); + << normal << std::string(max_name_length + 5 - name.size(), '.') << std::flush; psemek::test::context ctx;