rust/cargo-c: update to 0.10.7+cargo-0.84.0
[oi-userland.git] / components / python / docutils / patches / 03-testing-verbose.patch
blobc7e4e4a9154c2515fd73be45a9a6ba90810bcb7a
1 --- docutils-0.21.2/test/alltests.py.orig
2 +++ docutils-0.21.2/test/alltests.py
3 @@ -89,7 +89,7 @@
4 print(f'Working directory: {os.getcwd()}')
5 print(f'Docutils package: {os.path.dirname(docutils.__file__)}')
6 sys.stdout.flush()
7 - result = unittest.TextTestRunner(resultclass=NumbersTestResult).run(suite)
8 + result = unittest.TextTestRunner(resultclass=NumbersTestResult,verbosity=2).run(suite)
9 finish = time.time()
10 print(f'Elapsed time: {finish - start:.3f} seconds')
11 sys.exit(not result.wasSuccessful())