summaryrefslogtreecommitdiff
path: root/openembedded/scripts
diff options
context:
space:
mode:
authorRiku Voipio <riku.voipio@linaro.org>2013-07-22 15:38:53 +0300
committerRiku Voipio <riku.voipio@linaro.org>2013-07-22 15:39:03 +0300
commit1fdc5b43e1d98339f8614486117aa80413ec4179 (patch)
tree03e0df324d79630d7c08e9a82951068c0e1a4d88 /openembedded/scripts
parent46196bc0d7f70972796f372b289e58793f1d65b1 (diff)
oe/scripts: disable proxy for web server tests
Proxy is giving us 403 on connects to localhost.
Diffstat (limited to 'openembedded/scripts')
-rwxr-xr-xopenembedded/scripts/phpinfo.sh2
-rwxr-xr-xopenembedded/scripts/phpmysql.sh2
2 files changed, 4 insertions, 0 deletions
diff --git a/openembedded/scripts/phpinfo.sh b/openembedded/scripts/phpinfo.sh
index 43a2731..8071bd6 100755
--- a/openembedded/scripts/phpinfo.sh
+++ b/openembedded/scripts/phpinfo.sh
@@ -21,6 +21,8 @@
# Author: Marcin Juszkiewicz <marcin.juszkiewicz@linaro.org>
#
+unset http_proxy
+
wget http://localhost/info.php > phpinfo.log
if [ 0 -eq $? ]
diff --git a/openembedded/scripts/phpmysql.sh b/openembedded/scripts/phpmysql.sh
index 6d40b45..1906b8d 100755
--- a/openembedded/scripts/phpmysql.sh
+++ b/openembedded/scripts/phpmysql.sh
@@ -21,6 +21,8 @@
# Author: Marcin Juszkiewicz <marcin.juszkiewicz@linaro.org>
#
+unset http_proxy
+
wget http://localhost/mysql.php > phpmysql.log
if [ 0 -eq $? ]