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

Celtic Minstrel noreply at github.com
Sun Feb 28 17:11:50 UTC 2021


  Branch: refs/heads/run_wml_tests
  Home:   https://github.com/wesnoth/wesnoth
  Commit: b134ddf94fc07e5c1af3f099167b37e35a21cfe1
      https://github.com/wesnoth/wesnoth/commit/b134ddf94fc07e5c1af3f099167b37e35a21cfe1
  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: 5c8904a8829985cf925647d53225c0be0c7c24db
      https://github.com/wesnoth/wesnoth/commit/5c8904a8829985cf925647d53225c0be0c7c24db
  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: cbdd98cc05a0bd863719b6c15c7884124b1e83cf
      https://github.com/wesnoth/wesnoth/commit/cbdd98cc05a0bd863719b6c15c7884124b1e83cf
  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: 7aa4f3263d52e892efaaad7aa70bc0bba9d4f8a5
      https://github.com/wesnoth/wesnoth/commit/7aa4f3263d52e892efaaad7aa70bc0bba9d4f8a5
  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: 0823ae1012b0d83f88642bee20e85e88396b0cea
      https://github.com/wesnoth/wesnoth/commit/0823ae1012b0d83f88642bee20e85e88396b0cea
  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: d14e813c00023794e73cc08627045bd78c0783ba
      https://github.com/wesnoth/wesnoth/commit/d14e813c00023794e73cc08627045bd78c0783ba
  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: 9d7549bacd5bcadedb93e8fd1a36cb7ebda20137
      https://github.com/wesnoth/wesnoth/commit/9d7549bacd5bcadedb93e8fd1a36cb7ebda20137
  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: e5ea7c1c7970bc32994430722edab325b4b8adb8
      https://github.com/wesnoth/wesnoth/commit/e5ea7c1c7970bc32994430722edab325b4b8adb8
  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: 8e2741485c1ef9b63affc01d1785cfd796185444
      https://github.com/wesnoth/wesnoth/commit/8e2741485c1ef9b63affc01d1785cfd796185444
  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: ee14118050ecb64511313b51aba34d947e66fa84
      https://github.com/wesnoth/wesnoth/commit/ee14118050ecb64511313b51aba34d947e66fa84
  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/7e6d36a08a87...ee14118050ec



More information about the Commits mailing list