]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Fix changelog entry for [GL #4759]
authorNicki Křížek <nicki@isc.org>
Tue, 24 Sep 2024 13:20:21 +0000 (15:20 +0200)
committerNicki Křížek <nicki@isc.org>
Tue, 24 Sep 2024 14:11:08 +0000 (16:11 +0200)
doc/changelog/changelog-9.21.1.rst

index bdcb2e83ab052e7b52e105fd183e0c5f66635249..cc42507bb79dd6a8e1c17c9a76c4090ffe2cdb5b 100644 (file)
@@ -91,8 +91,20 @@ Feature Changes
 - Restore the ability to select individual unit tests. ``2299aba5c20``
 
   This add the command line arguments: `-d` (debug), `-l` (list tests)
-  and `-t test` (run this test) to the unit tests. :gl:`#4579`
-  :gl:`!9384`
+  and `-t test` (run this test) to the unit tests, 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:`!9384`
 
 - Process also the ISC_R_CANCELED result code in rpz_rewrite()
   ``d0d6ad0c52e``