[tor-commits] [tor-browser/tor-browser-78.6.0esr-10.5-1] fixup! Bug 12620: TorBrowser regression tests

gk at torproject.org gk at torproject.org
Mon Jan 11 17:05:35 UTC 2021


commit cde995d8d86fd85ec457cbb97e1ebd07a8160ee6
Author: Alex Catarineu <acat at torproject.org>
Date:   Mon Jan 11 15:25:38 2021 +0100

    fixup! Bug 12620: TorBrowser regression tests
---
 run-tbb-tests | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/run-tbb-tests b/run-tbb-tests
index 1566c37c43cb..bc09839f9f05 100755
--- a/run-tbb-tests
+++ b/run-tbb-tests
@@ -51,6 +51,9 @@ fi
 
 rm -f tbb-tests.log
 echo $'\n''Starting tests'
+# We need `security.nocertdb = false` because of #18087. That pref is
+# forced to have the same value as `browser.privatebrowsing.autostart` in
+# torbutton, so we just set `browser.privatebrowsing.autostart=false` here.
 ./mach mochitest --log-tbpl tbb-tests.log \
     --setpref network.file.path_blacklist='' \
     --setpref extensions.torbutton.use_nontor_proxy=true \



More information about the tor-commits mailing list