From patchwork Thu Sep 22 13:47:46 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Daniel Lezcano X-Patchwork-Id: 4270 Return-Path: X-Original-To: patchwork@peony.canonical.com Delivered-To: patchwork@peony.canonical.com Received: from fiordland.canonical.com (fiordland.canonical.com [91.189.94.145]) by peony.canonical.com (Postfix) with ESMTP id 2ED4523EFA for ; Thu, 22 Sep 2011 13:48:39 +0000 (UTC) Received: from mail-fx0-f52.google.com (mail-fx0-f52.google.com [209.85.161.52]) by fiordland.canonical.com (Postfix) with ESMTP id 227FBA18215 for ; Thu, 22 Sep 2011 13:48:39 +0000 (UTC) Received: by fxe23 with SMTP id 23so3867459fxe.11 for ; Thu, 22 Sep 2011 06:48:39 -0700 (PDT) Received: by 10.223.55.136 with SMTP id u8mr197090fag.46.1316699318848; Thu, 22 Sep 2011 06:48:38 -0700 (PDT) X-Forwarded-To: linaro-patchwork@canonical.com X-Forwarded-For: patch@linaro.org linaro-patchwork@canonical.com Delivered-To: patches@linaro.org Received: by 10.152.18.198 with SMTP id y6cs169076lad; Thu, 22 Sep 2011 06:48:38 -0700 (PDT) Received: by 10.216.134.232 with SMTP id s82mr1276442wei.71.1316699318389; Thu, 22 Sep 2011 06:48:38 -0700 (PDT) Received: from smtp.smtpout.orange.fr (smtp04.smtpout.orange.fr. [80.12.242.126]) by mx.google.com with ESMTP id ft20si7142393wbb.2.2011.09.22.06.48.38; Thu, 22 Sep 2011 06:48:38 -0700 (PDT) Received-SPF: neutral (google.com: 80.12.242.126 is neither permitted nor denied by best guess record for domain of daniel.lezcano@linaro.org) client-ip=80.12.242.126; Authentication-Results: mx.google.com; spf=neutral (google.com: 80.12.242.126 is neither permitted nor denied by best guess record for domain of daniel.lezcano@linaro.org) smtp.mail=daniel.lezcano@linaro.org Received: from monster.dhcp.lxc ([92.134.192.27]) by mwinf5d60 with ME id bpom1h0010bvZvg03pomLE; Thu, 22 Sep 2011 15:48:46 +0200 X-ME-engine: default From: Daniel Lezcano To: linaro-dev@lists.linaro.org Subject: [pm-qa 1/2] display test description url Date: Thu, 22 Sep 2011 15:47:46 +0200 Message-Id: <1316699267-11536-1-git-send-email-daniel.lezcano@linaro.org> X-Mailer: git-send-email 1.7.1 Extract the URL from the test header. Signed-off-by: Daniel Lezcano --- cpufreq/Makefile | 4 +++- sched_mc/Makefile | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/cpufreq/Makefile b/cpufreq/Makefile index e9050e4..3c387db 100644 --- a/cpufreq/Makefile +++ b/cpufreq/Makefile @@ -30,7 +30,9 @@ check: uncheck $(LOG) %.log: %.sh @echo "###" @echo "### $(<:.sh=):" - @echo -n "### "; cat $(<:.sh=.txt); echo "###" + @echo -n "### "; cat $(<:.sh=.txt); + @echo -n "### "; grep "URL :" ./$< | awk '/http/{print $$NF}' + @echo "###" @./$< 2> $@ clean: diff --git a/sched_mc/Makefile b/sched_mc/Makefile index e9050e4..3c387db 100644 --- a/sched_mc/Makefile +++ b/sched_mc/Makefile @@ -30,7 +30,9 @@ check: uncheck $(LOG) %.log: %.sh @echo "###" @echo "### $(<:.sh=):" - @echo -n "### "; cat $(<:.sh=.txt); echo "###" + @echo -n "### "; cat $(<:.sh=.txt); + @echo -n "### "; grep "URL :" ./$< | awk '/http/{print $$NF}' + @echo "###" @./$< 2> $@ clean: