time-test: disable buffering (mostly for windows)

(cherry picked from commit 4c774b6ceb94d7c40c459e39c82ae7eb782823f8)
This commit is contained in:
Azat Khuzhin 2019-05-21 10:59:05 +03:00
parent 2fea04b30e
commit faa4e3735a
No known key found for this signature in database
GPG Key ID: B86086848EF8686D

View File

@ -100,6 +100,9 @@ main(int argc, char **argv)
evutil_gettimeofday(&lasttime, NULL);
setbuf(stdout, NULL);
setbuf(stderr, NULL);
event_base_dispatch(base);
return (0);