[Debian-ha-commits] [pcs] 01/01: d/tests: fix testsuite-pcs failing in Ubuntu (Closes: #874026)

Valentin Vidic vvidic-guest at moszumanska.debian.org
Sat Sep 2 07:55:49 UTC 2017


This is an automated email from the git hooks/post-receive script.

vvidic-guest pushed a commit to branch master
in repository pcs.

commit 33e2411087d704c72bd04d333bfa5f7c2cc37a19
Author: Valentin Vidic <Valentin.Vidic at CARNet.hr>
Date:   Sat Sep 2 09:48:05 2017 +0200

    d/tests: fix testsuite-pcs failing in Ubuntu (Closes: #874026)
---
 debian/tests/testsuite-pcs | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/debian/tests/testsuite-pcs b/debian/tests/testsuite-pcs
index 867b4c3..10d4ce5 100755
--- a/debian/tests/testsuite-pcs
+++ b/debian/tests/testsuite-pcs
@@ -2,6 +2,10 @@
 
 set -e
 
+# Ubuntu uses http proxy breaking some tests
+unset http_proxy
+unset https_proxy
+
 cat >>/etc/hosts <<EOF
 
 192.168.1.1 rh7-1 rh7-1.localhost

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-ha/pcs.git



More information about the Debian-HA-Commits mailing list