[Snek] [keith-packard/snek] c7cc54: Fix make check error reporting text

Keith Packard noreply at github.com
Thu Feb 13 17:50:41 PST 2020


  Branch: refs/heads/master
  Home:   https://github.com/keith-packard/snek
  Commit: c7cc54e299a9d2d75b6d30d02ea8f634855a7313
      https://github.com/keith-packard/snek/commit/c7cc54e299a9d2d75b6d30d02ea8f634855a7313
  Author: Rhys Kidd <rhyskidd at gmail.com>
  Date:   2020-02-13 (Thu, 13 Feb 2020)

  Changed paths:
    M test/Makefile

  Log Message:
  -----------
  Fix make check error reporting text

Without this escaping, the output from a (known failing) make check
run is:

$ make check
Running test andor.py.
    pass python3
    pass snek
../ports/qemu-arm/snek-arm: 23: qemu-system-arm: not found
    ***************** aselang fail *********************
    ...

Note the final line, which should instead be reporting:

$ make check
Running test andor.py.
    pass python3
    pass snek
../ports/qemu-arm/snek-arm: 23: qemu-system-arm: not found
    ***************** snek-arm fail *********************
    ...

$ make --version
GNU Make 4.2.1
Built for x86_64-pc-linux-gnu

Signed-off-by: Rhys Kidd <rhyskidd at gmail.com>
Signed-off-by: Keith Packard <keithp at keithp.com>


  Commit: ea1c97a275d442675b28ca83a4734a7a8681ae2f
      https://github.com/keith-packard/snek/commit/ea1c97a275d442675b28ca83a4734a7a8681ae2f
  Author: Keith Packard <keithp at keithp.com>
  Date:   2020-02-13 (Thu, 13 Feb 2020)

  Changed paths:
    M ports/qemu-arm/snek-arm.in
    M ports/qemu-riscv/snek-riscv.in

  Log Message:
  -----------
  Update qemu command lines to support 4.2.0

Qemu now needs the accel=tcg parameter in the machine flag, and riscv
wants -bios none added

Signed-off-by: Keith Packard <keithp at keithp.com>


Compare: https://github.com/keith-packard/snek/compare/411e10ff307e...ea1c97a275d4


More information about the Snek mailing list