mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
flush stdout after printing messages, might fix output ordering on drone.io
This commit is contained in:
parent
db43cba254
commit
c5cc2a8cf9
@ -45,5 +45,7 @@ if tempdir.exists():
|
|||||||
tempdir.makedirs()
|
tempdir.makedirs()
|
||||||
|
|
||||||
print('Running Sphinx test suite...')
|
print('Running Sphinx test suite...')
|
||||||
|
sys.stdout.flush()
|
||||||
|
|
||||||
import nose
|
import nose
|
||||||
nose.main()
|
nose.main()
|
||||||
|
Loading…
Reference in New Issue
Block a user