Restore unbuffering of stdout so that the startup perf test output gets written to the tinderbox log.

This commit is contained in:
bryner%brianryner.com 2004-06-18 05:38:03 +00:00
Родитель c81d937cfe
Коммит d9980b7856
1 изменённых файлов: 3 добавлений и 0 удалений

Просмотреть файл

@ -1617,6 +1617,9 @@ int xre_main(int argc, char* argv[], const nsXREAppData* aAppData)
InstallUnixSignalHandlers(argv[0]);
#endif
// Unbuffer stdout, needed for tinderbox tests.
setbuf(stdout, 0);
#if defined(FREEBSD)
// Disable all SIGFPE's on FreeBSD, as it has non-IEEE-conformant fp
// trap behavior that trips up on floating-point tests performed by