[dmd-internals] [D-Programming-Language/dmd] 785390: test: Don't prepend more than once "bash" to post-...

GitHub noreply at github.com
Fri Oct 26 09:21:24 PDT 2012


  Branch: refs/heads/master
  Home:   https://github.com/D-Programming-Language/dmd
  Commit: 785390a290f35b00d1805274cc7621bc88f674ff
      https://github.com/D-Programming-Language/dmd/commit/785390a290f35b00d1805274cc7621bc88f674ff
  Author: Leandro Lucarella <leandro.lucarella at sociomantic.com>
  Date:   2012-10-26 (Fri, 26 Oct 2012)

  Changed paths:
    M test/d_do_test.d

  Log Message:
  -----------
  test: Don't prepend more than once "bash" to post-scripts

When running the tests in Windows, if a post-script is specified, the
"bash" command is prepended to the script string. If arguments have to
be permuted, this is done more than once, resulting in an ill formatted
command to execute, with multiple "bash" prepended (like "bash bash
script"), making the post-script to invariably fail.

This patch makes the prepending temporal to avoid the accumulation
effect.


  Commit: 16dbc68bc30ba65b24f265577e8ffa626ac9698e
      https://github.com/D-Programming-Language/dmd/commit/16dbc68bc30ba65b24f265577e8ffa626ac9698e
  Author: Brad Roberts <braddr at puremagic.com>
  Date:   2012-10-26 (Fri, 26 Oct 2012)

  Changed paths:
    M test/d_do_test.d

  Log Message:
  -----------
  Merge pull request #1222 from llucax/fix-test-post-script

test: Don't prepend more than once "bash" to post-scripts


Compare: https://github.com/D-Programming-Language/dmd/compare/caef8ad85434...16dbc68bc30b


More information about the dmd-internals mailing list