Mentions légales du service

Skip to content
Snippets Groups Projects

Force flush of stdout in new-testing for each line

1 file
+ 1
0
Compare changes
  • Side-by-side
  • Inline
+ 1
0
@@ -927,5 +927,6 @@ run_print_line( const testing_t *test, const run_arg_list_t *arglist,
}
fprintf( stdout, "%s\n", str );
fflush(stdout);
return;
}
Loading