##// 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
@@ -1,14 +1,19 b''
1 == New Features ==
1 == New Features ==
2
2
3
3
4 == New Experimental Features ==
4 == New Experimental Features ==
5
5
6
6
7 == Bug Fixes ==
7 == Bug Fixes ==
8
8
9
9
10 == Backwards Compatibility Changes ==
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 == Internal API Changes ==
18 == Internal API Changes ==
14
19
General Comments 0
You need to be logged in to leave comments. Login now