[PATCH 0/7] Some bug fixes to programs/cmd in interactive mode

Eric Pouech eric.pouech at gmail.com
Wed Feb 2 06:17:20 CST 2022


The following series:
- extends current test harness by adding interactive tests capability
- fixes a couple of bugs (with tests in interactive mode)

A+

---

Eric Pouech (7):
      programs/cmd/tests: don't output more data than available
      programs/cmd/tests: added ability to run tests in interactive mode
      programs/cmd/tests: some interactive test about input echo
      programs/cmd/tests: added support for multi-line input
      programs/cmd: handle white space only lines within ( ) block
      programs/cmd: expand commandline before parsing it (interactive mode)
      programs/cmd: detect badly quoted operand in 'if' statement


 programs/cmd/builtins.c                       |  10 ++
 programs/cmd/tests/batch.c                    | 111 ++++++++++++++----
 programs/cmd/tests/interactive_builtins.cmd   |  42 +++++++
 .../cmd/tests/interactive_builtins.cmd.exp    |  67 +++++++++++
 programs/cmd/tests/rsrc.rc                    |  10 ++
 programs/cmd/wcmdmain.c                       |  34 ++++--
 6 files changed, 244 insertions(+), 30 deletions(-)
 create mode 100644 programs/cmd/tests/interactive_builtins.cmd
 create mode 100644 programs/cmd/tests/interactive_builtins.cmd.exp




More information about the wine-devel mailing list