From cb7ef335c811f16865b2be04038acbc599b72ac4 Mon Sep 17 00:00:00 2001 From: Christoph Galuschka Date: Dec 21 2011 10:33:51 +0000 Subject: changed wget as we can grep for "CentOS" on both production and QA-Harness --- diff --git a/tests/p_wget/wget_test.sh b/tests/p_wget/wget_test.sh index cb1344a..364c479 100755 --- a/tests/p_wget/wget_test.sh +++ b/tests/p_wget/wget_test.sh @@ -5,13 +5,12 @@ t_Log "Running $0 - wget can access http-host and download index.html." FILE=/var/tmp/index.html +CHECK_FOR="CentOS" + if [ $SKIP_QA_HARNESS ]; then URL="http://wiki.centos.org/" - CHECK_FOR="FrontPage - CentOS Wiki" else URL="http://repo.centos.qa/srv/CentOS/" - # athmane: could you please insert something here that is returned from qa-host - CHECK_FOR="CentOS" fi t_Log "Querying http://${HOST}"