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

Celtic Minstrel noreply at github.com
Sun Mar 14 01:49:42 UTC 2021


  Branch: refs/heads/master
  Home:   https://github.com/wesnoth/wesnoth
  Commit: fb5a159f6e0d09cec09d3ded1834be170da93ed8
      https://github.com/wesnoth/wesnoth/commit/fb5a159f6e0d09cec09d3ded1834be170da93ed8
  Author: Celtic Minstrel <celtic.minstrel.ca at some.place>
  Date:   2021-03-13 (Sat, 13 Mar 2021)

  Changed paths:
    M run_wml_tests

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


  Commit: 7b7b904c99885698d9a40cfbc1b603a3b015b4b6
      https://github.com/wesnoth/wesnoth/commit/7b7b904c99885698d9a40cfbc1b603a3b015b4b6
  Author: Celtic Minstrel <celtic.minstrel.ca at some.place>
  Date:   2021-03-13 (Sat, 13 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: 5337973cd5df19a9a6450efc8326cdccf5935b10
      https://github.com/wesnoth/wesnoth/commit/5337973cd5df19a9a6450efc8326cdccf5935b10
  Author: Celtic Minstrel <celtic.minstrel.ca at some.place>
  Date:   2021-03-13 (Sat, 13 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: 62de714c4881f564d303f81dfde4bc08d51014bb
      https://github.com/wesnoth/wesnoth/commit/62de714c4881f564d303f81dfde4bc08d51014bb
  Author: Celtic Minstrel <celtic.minstrel.ca at some.place>
  Date:   2021-03-13 (Sat, 13 Mar 2021)

  Changed paths:
    M run_wml_tests

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


  Commit: 4fc53d67b67708e5d491547630500b3bb7f57ec8
      https://github.com/wesnoth/wesnoth/commit/4fc53d67b67708e5d491547630500b3bb7f57ec8
  Author: Celtic Minstrel <celtic.minstrel.ca at some.place>
  Date:   2021-03-13 (Sat, 13 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: 10959dae17cc4090920ea7a73faa132791268185
      https://github.com/wesnoth/wesnoth/commit/10959dae17cc4090920ea7a73faa132791268185
  Author: Celtic Minstrel <celtic.minstrel.ca at some.place>
  Date:   2021-03-13 (Sat, 13 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: c1c5b5dd7dac1f8c535299826d661066942bb8ec
      https://github.com/wesnoth/wesnoth/commit/c1c5b5dd7dac1f8c535299826d661066942bb8ec
  Author: Celtic Minstrel <celtic.minstrel.ca at some.place>
  Date:   2021-03-13 (Sat, 13 Mar 2021)

  Changed paths:
    M run_wml_tests

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


  Commit: b0d320d2c113d5526583697493db2c0e6184bdcf
      https://github.com/wesnoth/wesnoth/commit/b0d320d2c113d5526583697493db2c0e6184bdcf
  Author: Celtic Minstrel <celtic.minstrel.ca at some.place>
  Date:   2021-03-13 (Sat, 13 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: 9969e1c34acf6da93f0833cfd76e60387af69916
      https://github.com/wesnoth/wesnoth/commit/9969e1c34acf6da93f0833cfd76e60387af69916
  Author: Celtic Minstrel <celtic.minstrel.ca at some.place>
  Date:   2021-03-13 (Sat, 13 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: 0e7f19462e7229c006505010120904b86e626f7d
      https://github.com/wesnoth/wesnoth/commit/0e7f19462e7229c006505010120904b86e626f7d
  Author: Celtic Minstrel <celtic.minstrel.ca at some.place>
  Date:   2021-03-13 (Sat, 13 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: 208a347dba53f71b5866d1d69427eb99b38200d8
      https://github.com/wesnoth/wesnoth/commit/208a347dba53f71b5866d1d69427eb99b38200d8
  Author: Celtic Minstrel <celtic.minstrel.ca at some.place>
  Date:   2021-03-13 (Sat, 13 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


  Commit: f382eefc337ef7ec36a20cbf80f6aeb5b7b0b398
      https://github.com/wesnoth/wesnoth/commit/f382eefc337ef7ec36a20cbf80f6aeb5b7b0b398
  Author: Celtic Minstrel <celtic.minstrel.ca at some.place>
  Date:   2021-03-13 (Sat, 13 Mar 2021)

  Changed paths:
    M run_wml_tests

  Log Message:
  -----------
  run_wml_tests: fix Mac binary detection magic


  Commit: adc8dd492c5609eb9e55e85b2795ce5bb7efd211
      https://github.com/wesnoth/wesnoth/commit/adc8dd492c5609eb9e55e85b2795ce5bb7efd211
  Author: Celtic Minstrel <celtic.minstrel.ca at some.place>
  Date:   2021-03-13 (Sat, 13 Mar 2021)

  Changed paths:
    M run_wml_tests

  Log Message:
  -----------
  run_wml_tests: make sure the fake timed-out process has an output stream even if it's empty


Compare: https://github.com/wesnoth/wesnoth/compare/995bfef3df70...adc8dd492c56



More information about the Commits mailing list