Ack On Thu, Sep 22, 2011 at 4:47 PM, Daniel Lezcano <daniel.lezc...@linaro.org> wrote: > Extract the URL from the test header. > > Signed-off-by: Daniel Lezcano <daniel.lezc...@linaro.org> > --- > 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: > -- > 1.7.1 > > > _______________________________________________ > linaro-dev mailing list > linaro-dev@lists.linaro.org > http://lists.linaro.org/mailman/listinfo/linaro-dev >
_______________________________________________ linaro-dev mailing list linaro-dev@lists.linaro.org http://lists.linaro.org/mailman/listinfo/linaro-dev