diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-09-19 04:57:10 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-09-19 04:57:10 +0000 |
commit | 0179f223f35d29ba51dd5a077e9ee48d73983d97 (patch) | |
tree | 0096f5a59dd006bc1e6ec8ecffdc9c1bc73066f6 /debian/jstest/run-tests | |
parent | Merging upstream version 7.4.7. (diff) | |
download | sphinx-0179f223f35d29ba51dd5a077e9ee48d73983d97.tar.xz sphinx-0179f223f35d29ba51dd5a077e9ee48d73983d97.zip |
Merging debian version 7.4.7-1.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-rwxr-xr-x | debian/jstest/run-tests | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/debian/jstest/run-tests b/debian/jstest/run-tests index 1310ebf..cff5010 100755 --- a/debian/jstest/run-tests +++ b/debian/jstest/run-tests @@ -17,13 +17,13 @@ class t2: search_term = 'examples' n_results = 84 n_links = 84 - n_highlights = 22 + n_highlights = 23 class t3: search_term = 'graph' n_results = 33 n_links = 33 - n_highlights = 125 + n_highlights = 124 if __name__ == '__main__': if not os.getenv('DISPLAY'): |