[wesnoth-commits] [wesnoth/wesnoth] 9ebe41: run_wml_tests: Fix the batch-disable argument

Celtic Minstrel noreply at github.com
Sun Feb 28 16:58:05 UTC 2021


  Branch: refs/heads/run_wml_tests
  Home:   https://github.com/wesnoth/wesnoth
  Commit: 9ebe41f7c864cd41567633f3b74a3f2d8459e36f
      https://github.com/wesnoth/wesnoth/commit/9ebe41f7c864cd41567633f3b74a3f2d8459e36f
  Author: Celtic Minstrel <celtic.minstrel.ca at some.place>
  Date:   2021-02-28 (Sun, 28 Feb 2021)

  Changed paths:
    M run_wml_tests

  Log Message:
  -----------
  run_wml_tests: Fix the batch-disable argument


  Commit: 1468271c26b9bc7d73db8c7f729d2bccfc96b9cd
      https://github.com/wesnoth/wesnoth/commit/1468271c26b9bc7d73db8c7f729d2bccfc96b9cd
  Author: Celtic Minstrel <celtic.minstrel.ca at some.place>
  Date:   2021-02-28 (Sun, 28 Feb 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: 5a9d496f097f679c046e10239500fbdf25f30813
      https://github.com/wesnoth/wesnoth/commit/5a9d496f097f679c046e10239500fbdf25f30813
  Author: Celtic Minstrel <celtic.minstrel.ca at some.place>
  Date:   2021-02-28 (Sun, 28 Feb 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: ee4ab3f62a922b319a0e72fbfe35a3a1bfec55ab
      https://github.com/wesnoth/wesnoth/commit/ee4ab3f62a922b319a0e72fbfe35a3a1bfec55ab
  Author: Celtic Minstrel <celtic.minstrel.ca at some.place>
  Date:   2021-02-28 (Sun, 28 Feb 2021)

  Changed paths:
    M run_wml_tests

  Log Message:
  -----------
  run_wml_tests: suppress a python linter warning


  Commit: 80a77c20b854638718758d3a073afe99a0d338cc
      https://github.com/wesnoth/wesnoth/commit/80a77c20b854638718758d3a073afe99a0d338cc
  Author: Celtic Minstrel <celtic.minstrel.ca at some.place>
  Date:   2021-02-28 (Sun, 28 Feb 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: 8e52c359f92671fa79df481d21d4a9c127635c50
      https://github.com/wesnoth/wesnoth/commit/8e52c359f92671fa79df481d21d4a9c127635c50
  Author: Celtic Minstrel <celtic.minstrel.ca at some.place>
  Date:   2021-02-28 (Sun, 28 Feb 2021)

  Changed paths:
    M run_wml_tests

  Log Message:
  -----------
  run_wml_tests: Add command-line option to limit test batch size


  Commit: 0be867bf07ae835b62a64902271fc711c2933efb
      https://github.com/wesnoth/wesnoth/commit/0be867bf07ae835b62a64902271fc711c2933efb
  Author: Celtic Minstrel <celtic.minstrel.ca at some.place>
  Date:   2021-02-28 (Sun, 28 Feb 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: 9fc65e646c6f4e8354ecabfd4ae25f0a2ffa9367
      https://github.com/wesnoth/wesnoth/commit/9fc65e646c6f4e8354ecabfd4ae25f0a2ffa9367
  Author: Celtic Minstrel <celtic.minstrel.ca at some.place>
  Date:   2021-02-28 (Sun, 28 Feb 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: 13339ad96cfc3b23d11aaeabeb2ba44e7e0cb717
      https://github.com/wesnoth/wesnoth/commit/13339ad96cfc3b23d11aaeabeb2ba44e7e0cb717
  Author: Celtic Minstrel <celtic.minstrel.ca at some.place>
  Date:   2021-02-28 (Sun, 28 Feb 2021)

  Changed paths:
    M src/wesnoth.cpp

  Log Message:
  -----------
  fix a compiler warning


  Commit: 685db411f7d31077487ab3334bb1c9f8a847ae1d
      https://github.com/wesnoth/wesnoth/commit/685db411f7d31077487ab3334bb1c9f8a847ae1d
  Author: Celtic Minstrel <celtic.minstrel.ca at some.place>
  Date:   2021-02-28 (Sun, 28 Feb 2021)

  Changed paths:
    M run_wml_tests

  Log Message:
  -----------
  run_wml_tests: add summary of test results at the end of the run


  Commit: 7e6d36a08a87fd3bf4660661a7bed7c20beacd2a
      https://github.com/wesnoth/wesnoth/commit/7e6d36a08a87fd3bf4660661a7bed7c20beacd2a
  Author: Celtic Minstrel <celtic.minstrel.ca at some.place>
  Date:   2021-02-28 (Sun, 28 Feb 2021)

  Changed paths:
    M run_wml_tests

  Log Message:
  -----------
  run_wml_tests: when a batch of tests fails, retry the tests that were skipped


Compare: https://github.com/wesnoth/wesnoth/compare/9ebe41f7c864%5E...7e6d36a08a87



More information about the Commits mailing list