D6833: relnotes: we now require `sh` to support $(command) syntax to run test suite

martinvonz (Martin von Zweigbergk) phabricator at mercurial-scm.org
Mon Sep 9 16:30:08 EDT 2019


Closed by commit rHG0b0dfdfabeaa: relnotes: we now require `sh` to support $(command) syntax to run test suite (authored by martinvonz).
This revision was automatically updated to reflect the committed changes.
This revision was not accepted when it landed; it landed in state "Needs Review".

REPOSITORY
  rHG Mercurial

CHANGES SINCE LAST UPDATE
  https://phab.mercurial-scm.org/D6833?vs=16468&id=16469

CHANGES SINCE LAST ACTION
  https://phab.mercurial-scm.org/D6833/new/

REVISION DETAIL
  https://phab.mercurial-scm.org/D6833

AFFECTED FILES
  relnotes/next

CHANGE DETAILS

diff --git a/relnotes/next b/relnotes/next
--- a/relnotes/next
+++ b/relnotes/next
@@ -9,6 +9,11 @@
 
 == Backwards Compatibility Changes ==
 
+ * A shell that supports `$(command)`` syntax for command substitution is now
+   required for running the test suite. The test runner normally uses
+   `sh`, so if that is a shell that doesn't support `$(command)` syntax,
+   you can override it by setting `$HGTEST_SHELL` or by passing it to
+   `run-tests.py --shell <shell>`.
 
 == Internal API Changes ==
 



To: martinvonz, #hg-reviewers
Cc: mercurial-devel


More information about the Mercurial-devel mailing list