summaryrefslogtreecommitdiffstats
path: root/cucumber/bin/run_test_suite
diff options
context:
space:
mode:
authorPhilip Hands <phil@hands.com>2016-05-12 00:09:16 +0200
committerPhilip Hands <phil@hands.com>2016-05-12 00:33:42 +0200
commitd63a532c80b01ae6197eca43b8e560c916131428 (patch)
treedf5991469c6216b89d114b3a1929f0e7c241ad6c /cucumber/bin/run_test_suite
parent4ca3bb793bc249b260ef255740781bd5ae84baff (diff)
downloadjenkins.debian.net-d63a532c80b01ae6197eca43b8e560c916131428.tar.xz
unkludge squid, and unset http_proxy
Diffstat (limited to 'cucumber/bin/run_test_suite')
-rwxr-xr-xcucumber/bin/run_test_suite2
1 files changed, 2 insertions, 0 deletions
diff --git a/cucumber/bin/run_test_suite b/cucumber/bin/run_test_suite
index 86e7ea7d..7d175f35 100755
--- a/cucumber/bin/run_test_suite
+++ b/cucumber/bin/run_test_suite
@@ -273,4 +273,6 @@ RUBY_STDOUT_SYNC=$TMPDIR/.stdout-sync.rb
echo STDOUT.sync = true > $RUBY_STDOUT_SYNC
export RUBYOPT="-r $RUBY_STDOUT_SYNC"
+unset http_proxy
+
cucumber ${@}