[parrot/parrot] 654dee: Fix m0_integration test when using $ENV{M0_INTERP}

noreply at github.com noreply at github.com
Thu Sep 8 06:12:48 UTC 2011


  Branch: refs/heads/m0-prototype
  Home:   https://github.com/parrot/parrot

  Commit: 654dee622c88e4696c8841fb14996a7411e35f94
      https://github.com/parrot/parrot/commit/654dee622c88e4696c8841fb14996a7411e35f94
  Author: nbrown <nbrown04 at gmail.com>
  Date:   2011-09-07 (Wed, 07 Sep 2011)

  Changed paths:
    M t/m0/m0_integration.t

  Log Message:
  -----------
  Fix m0_integration test when using $ENV{M0_INTERP}

In the m0_integration tests, use "$ENV{M0_INTERP}" or "perl m0_interp.pl",
but not "perl $ENV{M0_INTERP}".


  Commit: 7a42557e8955066fd43bf0519f2efd63d21c3a48
      https://github.com/parrot/parrot/commit/7a42557e8955066fd43bf0519f2efd63d21c3a48
  Author: nbrown <nbrown04 at gmail.com>
  Date:   2011-09-07 (Wed, 07 Sep 2011)

  Changed paths:
    M config/gen/makefiles/root.in

  Log Message:
  -----------
  Fix setting M0_INTERP on Windows in the Makefile

The *nix style of setting an environment variable doesn't work in Windows.
So if the platform is win32, set the M0_INTERP using the Windows 'set'
syntax. Also, use backslash as the path seperator on Windows.


  Commit: c4b3eb69b78b6b364d3c061f1dee9cd375cdd2ee
      https://github.com/parrot/parrot/commit/c4b3eb69b78b6b364d3c061f1dee9cd375cdd2ee
  Author: Jonathan "Duke" Leto <jonathan at leto.net>
  Date:   2011-09-07 (Wed, 07 Sep 2011)

  Changed paths:
    M src/m0/c/Makefile

  Log Message:
  -----------
  Add a clean target to M0


Compare: https://github.com/parrot/parrot/compare/f1ab0d0...c4b3eb6


More information about the parrot-commits mailing list