Skip to content

Commit eaa27d1

Browse files
authored
Disable stdout buffering in CLI tests
1 parent 4d09238 commit eaa27d1

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

tests/TestApp_source/cli_tests.m

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3136,6 +3136,8 @@ int test_CFURLHasDirectoryPath() {
31363136
// clang-format on
31373137

31383138
int TestApp_cli_tests_main(void) {
3139+
setbuf(stdout, NULL);
3140+
31393141
int tests_run = 0;
31403142
int tests_passed = 0;
31413143

0 commit comments

Comments
 (0)