Skip to content
Prev Previous commit
run_tests.py: flush stdout before starting nose
  • Loading branch information
lightmare committed Aug 29, 2019
commit 2b0a204844097231a84eb35b2b78c203c912ceb4
1 change: 1 addition & 0 deletions test/run_tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ def main():
print('')
print("- Running nosetests:")
print('')
sys.stdout.flush()

argv = [
__file__,
Expand Down