mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-11 10:50:00 -04:00
Fix changelog formatting for #4579
This commit is contained in:
parent
9bd8d34ffe
commit
bf5c21f3f6
1 changed files with 14 additions and 4 deletions
|
|
@ -31,10 +31,20 @@ Feature Changes
|
|||
This adds the command line arguments: `-d` (debug), `-l` (list tests)
|
||||
and `-t test` (run this test) to the unit tests.
|
||||
|
||||
e.g. ``` % ./rdata_test -t zonemd [==========] selected:
|
||||
Running 1 test(s). [ RUN ] zonemd [ OK ] zonemd
|
||||
[==========] selected: 1 test(s) run. [ PASSED ] 1 test(s).
|
||||
% ``` :gl:`#4579` :gl:`!9386`
|
||||
e.g.
|
||||
|
||||
.. code::
|
||||
|
||||
% ./rdata_test -t zonemd
|
||||
[==========] selected:
|
||||
Running 1 test(s).
|
||||
[ RUN ] zonemd
|
||||
[ OK ] zonemd
|
||||
[==========] selected: 1 test(s) run.
|
||||
[ PASSED ] 1 test(s).
|
||||
%
|
||||
|
||||
:gl:`#4579` :gl:`!9386`
|
||||
|
||||
- Process also the ISC_R_CANCELED result code in rpz_rewrite()
|
||||
``26df9f6255b``
|
||||
|
|
|
|||
Loading…
Reference in a new issue