From 6623049ec48058afcb207855a9754df197a8cbb6 Mon Sep 17 00:00:00 2001 From: Jiri Tomasek Date: Tue, 2 Dec 2014 13:23:19 +0100 Subject: [PATCH] Horizon front page test fix Fixes the test string in horizon front page test so it is not failing when header tag gets new attributes Change-Id: Ibf62bf6f6300eeb0ab2f22086b0ff1c05c69d86b --- exercises/horizon.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/exercises/horizon.sh b/exercises/horizon.sh index d62ad52123..ad08221690 100755 --- a/exercises/horizon.sh +++ b/exercises/horizon.sh @@ -36,7 +36,7 @@ source $TOP_DIR/exerciserc is_service_enabled horizon || exit 55 # can we get the front page -curl http://$SERVICE_HOST 2>/dev/null | grep -q '

Log In

' || die $LINENO "Horizon front page not functioning!" +curl http://$SERVICE_HOST 2>/dev/null | grep -q 'Log In' || die $LINENO "Horizon front page not functioning!" set +o xtrace echo "*********************************************************************"