[pm-qa 1/5] fix error output to the log file
Amit Kucheria
amit.kucheria at linaro.org
Mon Aug 8 20:29:09 UTC 2011
Daniel,
This looks ok. Ack.
/Amit
On Fri, Aug 5, 2011 at 4:03 PM, Daniel Lezcano
<daniel.lezcano at linaro.org> wrote:
> Error messages have to go to the log file
>
> Signed-off-by: Daniel Lezcano <daniel.lezcano at linaro.org>
> ---
> cpufreq/Makefile | 4 ++--
> 1 files changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/cpufreq/Makefile b/cpufreq/Makefile
> index 5dfc00d..f52a1f4 100644
> --- a/cpufreq/Makefile
> +++ b/cpufreq/Makefile
> @@ -25,10 +25,10 @@
> TST=$(wildcard *.sh)
> LOG=$(TST:.sh=.log)
>
> -check: $(LOG)
> +check: uncheck $(LOG)
>
> %.log: %.sh
> - @./$<
> + @./$< 2> $@
>
> clean:
> rm -f $(LOG)
> --
> 1.7.4.1
>
>
More information about the linaro-dev
mailing list