##// END OF EJS Templates
relnotes: we now require `sh` to support $(command) syntax to run test suite...
Martin von Zweigbergk -
r43186:96b22e58 default
parent child Browse files
Show More
@@ -9,6 +9,11 b''
9 9
10 10 == Backwards Compatibility Changes ==
11 11
12 * A shell that supports `$(command)`` syntax for command substitution is now
13 required for running the test suite. The test runner normally uses
14 `sh`, so if that is a shell that doesn't support `$(command)` syntax,
15 you can override it by setting `$HGTEST_SHELL` or by passing it to
16 `run-tests.py --shell <shell>`.
12 17
13 18 == Internal API Changes ==
14 19
General Comments 0
You need to be logged in to leave comments. Login now