[Privoxy-commits] [privoxy] branch master updated: developer-manual: Simplify privoxy-regression-test.pl command in the example
User Git
git at git.privoxy.org
Tue Dec 15 03:56:32 UTC 2020
This is an automated email from the git hooks/post-receive script.
git pushed a commit to branch master
in repository privoxy.
The following commit(s) were added to refs/heads/master by this push:
new 8668e5ea developer-manual: Simplify privoxy-regression-test.pl command in the example
8668e5ea is described below
commit 8668e5eaf84bd485785119d623b50f3c8edb71df
Author: Fabian Keil <fk at fabiankeil.de>
AuthorDate: Mon Dec 14 18:28:30 2020 +0100
developer-manual: Simplify privoxy-regression-test.pl command in the example
The --debug parameter adds bits without overriding default
flags so it's sufficient to add 4 (LL_PAGE_FETCHING).
---
doc/source/developer-manual.sgml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/doc/source/developer-manual.sgml b/doc/source/developer-manual.sgml
index bd1dde94..1ded9360 100644
--- a/doc/source/developer-manual.sgml
+++ b/doc/source/developer-manual.sgml
@@ -1999,7 +1999,7 @@ fk at t520 ~ $privoxy-regression-test.pl
2020-12-14 12:16:44: Executed 1087 regression tests. Skipped 115. 1085 successes, 2 failures.
# Repeat one of the failing tests and get a curl command to quickly reproduce the problem
# without causing too much log noise.
-fk at t520 ~ $privoxy-regression-test.pl --test-number 785 --verbose --debug 39
+fk at t520 ~ $privoxy-regression-test.pl --test-number 785 --verbose --debug 4
2020-12-14 12:17:55: Asking Privoxy for the number of action files available ...
[...]
2020-12-14 12:17:56: Executing regression tests ...
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Privoxy-commits
mailing list