On 06/27/2012 06:55 PM, Rajagopal Venkat wrote:
> From: root
Please, check your git configuration.
[user]
name = Rajagopal Venkat
email = rajagopal.ven...@linaro.org
[sendemail]
smtpencryption = tls
smtpserver = smtp.gmail.com
smtpuser = rajagopal.ven...@l
On 2 July 2012 13:20, Hongbo Zhang wrote:
>
>
> On 28 June 2012 00:55, Rajagopal Venkat wrote:
>
>> From: root
>>
> It seems that you did this work on the snowball.
> the git is not completely configed?
>
> Yes. Thanks for pointing this out. I will submit the new patch.
> run sanity test for e
On 28 June 2012 00:55, Rajagopal Venkat wrote:
> From: root
>
It seems that you did this work on the snowball.
the git is not completely configed?
run sanity test for each functionality if present.
> If functionality enabled, then run all respective
> test cases. This patch also adds sanity che
In fact, this patten "shell_name script_file" works.
for example on Android, "/bin/sh ***.sh" can run the scrips.
"#!/bin/bash" at the beginning just points the default shell.
On 28 June 2012 01:18, Paul Larson wrote:
>
> +#!/bin/bash
>>
> I suspect that stuff like this is going to be unfriendly
On Wed, Jun 27, 2012 at 10:48 PM, Paul Larson wrote:
>
>> +#!/bin/bash
>
> I suspect that stuff like this is going to be unfriendly to the
> androidification work that is going on for pmqa. Hongbo, do all the scripts
> need to be converted over to run under the minimal shell that android
> suppor
> +#!/bin/bash
>
I suspect that stuff like this is going to be unfriendly to the
androidification work that is going on for pmqa. Hongbo, do all the
scripts need to be converted over to run under the minimal shell that
android supports?
Thanks,
Paul Larson
From: root
run sanity test for each functionality if present.
If functionality enabled, then run all respective
test cases. This patch also adds sanity checks for
cpuidle and sched_mc.
Signed-off-by: Rajagopal Venkat
---
Test.mk| 17 ++---
cpuidle/cpuidle_sani