Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(116)

Unified Diff: tools/wine_valgrind/chrome_tests.sh

Issue 5535006: Add unittests for net::TestRootCerts and regenerate test certificates (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Address wtc feedback Created 10 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« tools/valgrind/valgrind_test.py ('K') | « tools/valgrind/valgrind_test.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/wine_valgrind/chrome_tests.sh
diff --git a/tools/wine_valgrind/chrome_tests.sh b/tools/wine_valgrind/chrome_tests.sh
index 990e0a5033706ebeed60f9d9759a9e6ba6c74bbc..f98486dc7a1cd1f8d3522e02374de06ba29fc3ac 100755
--- a/tools/wine_valgrind/chrome_tests.sh
+++ b/tools/wine_valgrind/chrome_tests.sh
@@ -241,16 +241,6 @@ init_runtime() {
echo Please kill the server listening on port 1337, or reboot. The net tests need this port.
exit 1
fi
- if test ! -f /usr/share/ca-certificates/root_ca_cert.crt
- then
- echo "You need to do"
- echo "sudo cp src/net/data/ssl/certificates/root_ca_cert.crt /usr/share/ca-certificates/"
- echo "sudo vi /etc/ca-certificates.conf (and add the line root_ca_cert.crt)"
- echo "sudo update-ca-certificates"
- echo "else ssl tests will fail."
- echo "(Alternately, modify this script to run Juan's importer, http://bugs.winehq.org/show_bug.cgi?id=20370#c4 )"
- exit 1
- fi
if test -n "$VNC"
then
« tools/valgrind/valgrind_test.py ('K') | « tools/valgrind/valgrind_test.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698