[wesnoth-commits] [wesnoth/wesnoth] e730ee: run_wml_tests: Fix the batch-disable argument
Celtic Minstrel
noreply at github.com
Wed Mar 3 08:09:08 UTC 2021
Branch: refs/heads/run_wml_tests
Home: https://github.com/wesnoth/wesnoth
Commit: e730ee3160c8dbf6212b9e427e535128acb556ff
https://github.com/wesnoth/wesnoth/commit/e730ee3160c8dbf6212b9e427e535128acb556ff
Author: Celtic Minstrel <celtic.minstrel.ca at some.place>
Date: 2021-03-02 (Tue, 02 Mar 2021)
Changed paths:
M run_wml_tests
Log Message:
-----------
run_wml_tests: Fix the batch-disable argument
Commit: 69da2990e3576cda7fedbd1cfcfb0a376dede75a
https://github.com/wesnoth/wesnoth/commit/69da2990e3576cda7fedbd1cfcfb0a376dede75a
Author: Celtic Minstrel <celtic.minstrel.ca at some.place>
Date: 2021-03-02 (Tue, 02 Mar 2021)
Changed paths:
M doc/man/wesnoth.6
M src/commandline_options.cpp
M src/commandline_options.hpp
M src/game_launcher.cpp
M src/wesnoth.cpp
Log Message:
-----------
Add --nobanner command-line argument
Commit: f2f36adfca3d914c9324655cce3fe80d531cefc7
https://github.com/wesnoth/wesnoth/commit/f2f36adfca3d914c9324655cce3fe80d531cefc7
Author: Celtic Minstrel <celtic.minstrel.ca at some.place>
Date: 2021-03-02 (Tue, 02 Mar 2021)
Changed paths:
M run_wml_tests
Log Message:
-----------
run_wml_tests: Output symbolic forms of unit test results in addition to the numeric return code
Commit: 191b246dc46f8adaf0b108a94cf36774b22c66fb
https://github.com/wesnoth/wesnoth/commit/191b246dc46f8adaf0b108a94cf36774b22c66fb
Author: Celtic Minstrel <celtic.minstrel.ca at some.place>
Date: 2021-03-02 (Tue, 02 Mar 2021)
Changed paths:
M run_wml_tests
Log Message:
-----------
run_wml_tests: suppress a python linter warning
Commit: b7c28a44d86937e5932ea932ba0251412da421cb
https://github.com/wesnoth/wesnoth/commit/b7c28a44d86937e5932ea932ba0251412da421cb
Author: Celtic Minstrel <celtic.minstrel.ca at some.place>
Date: 2021-03-03 (Wed, 03 Mar 2021)
Changed paths:
M src/commandline_options.cpp
M src/log_windows.cpp
M src/log_windows.hpp
M src/wesnoth.cpp
Log Message:
-----------
Add command-line options to disable the Windows-specific special log/console handling
Commit: 5c8c7ef8c6feb7278eaba4fd1c8fdc01e97d479a
https://github.com/wesnoth/wesnoth/commit/5c8c7ef8c6feb7278eaba4fd1c8fdc01e97d479a
Author: Celtic Minstrel <celtic.minstrel.ca at some.place>
Date: 2021-03-03 (Wed, 03 Mar 2021)
Changed paths:
M run_wml_tests
Log Message:
-----------
run_wml_tests: Refactor the output capturing mechanism to use subprocess.PIPE
- Avoids creating tons of external files
- Suppresses the startup banner to reduce extraneous messages
- Makes the system work on Windows
- Fixes an issue of batched tests being misnamed if one of them is an error
Commit: c1c533db1ee625a2204fc1bf033613d4c5f03090
https://github.com/wesnoth/wesnoth/commit/c1c533db1ee625a2204fc1bf033613d4c5f03090
Author: Celtic Minstrel <celtic.minstrel.ca at some.place>
Date: 2021-03-03 (Wed, 03 Mar 2021)
Changed paths:
M run_wml_tests
Log Message:
-----------
run_wml_tests: Add command-line option to limit test batch size
Commit: 3ac5d4341e28a56c400ebf585ce5258e3ad078bb
https://github.com/wesnoth/wesnoth/commit/3ac5d4341e28a56c400ebf585ce5258e3ad078bb
Author: Celtic Minstrel <celtic.minstrel.ca at some.place>
Date: 2021-03-03 (Wed, 03 Mar 2021)
Changed paths:
M run_wml_tests
Log Message:
-----------
run_wml_tests: Fix attempting to run tests expected to timeout when timeout is disabled
Commit: 682ff0970ff81673d044a25706c2eb9ccc31e56f
https://github.com/wesnoth/wesnoth/commit/682ff0970ff81673d044a25706c2eb9ccc31e56f
Author: Celtic Minstrel <celtic.minstrel.ca at some.place>
Date: 2021-03-03 (Wed, 03 Mar 2021)
Changed paths:
M run_wml_tests
Log Message:
-----------
run_wml_tests: add summary of test results at the end of the run
Commit: 9a1c732c321552357e846a58268e210d07f06d49
https://github.com/wesnoth/wesnoth/commit/9a1c732c321552357e846a58268e210d07f06d49
Author: Celtic Minstrel <celtic.minstrel.ca at some.place>
Date: 2021-03-03 (Wed, 03 Mar 2021)
Changed paths:
M run_wml_tests
Log Message:
-----------
run_wml_tests: when a batch of tests fails, retry the tests that were skipped
Commit: 8a6f1b238783c60fc1a644e6e08c382dd9846230
https://github.com/wesnoth/wesnoth/commit/8a6f1b238783c60fc1a644e6e08c382dd9846230
Author: Celtic Minstrel <celtic.minstrel.ca at some.place>
Date: 2021-03-03 (Wed, 03 Mar 2021)
Changed paths:
M run_wml_tests
Log Message:
-----------
run_wml_tests: --batch-disable is a special case of --batch-max so implement it as such
Compare: https://github.com/wesnoth/wesnoth/compare/547ddef38d1c...8a6f1b238783
More information about the Commits
mailing list