Re: [Autotest] [KVM-AUTOTEST PATCH] KVM test: rss.cpp: minimize window by default so it doesn't bother step files

2010-07-08 Thread Michael Goldish
On 07/08/2010 04:43 AM, Chen Cao wrote:
> Michael,
> 
> Can rss provide some log (files)?
> 
> Cao, Chen

Not right now, but I'll post a patch that will enable logging.

> On Wed, Jul 07, 2010 at 01:32:17PM +0300, Michael Goldish wrote:
>> Signed-off-by: Michael Goldish 
>> ---
>>  client/tests/kvm/deps/rss.cpp |3 +--
>>  1 files changed, 1 insertions(+), 2 deletions(-)
>>
>> diff --git a/client/tests/kvm/deps/rss.cpp b/client/tests/kvm/deps/rss.cpp
>> index 26c5ed6..8df70e4 100644
>> --- a/client/tests/kvm/deps/rss.cpp
>> +++ b/client/tests/kvm/deps/rss.cpp
>> @@ -976,8 +976,7 @@ int WINAPI WinMain(HINSTANCE hInstance, HINSTANCE 
>> hPrevInstance,
>>  if (!hMainWindow)
>>  ExitOnError("Could not create window");
>>  
>> -//ShowWindow(hMainWindow, SW_SHOWMINNOACTIVE);
>> -ShowWindow(hMainWindow, SW_SHOW);
>> +ShowWindow(hMainWindow, SW_SHOWMINNOACTIVE);
>>  UpdateWindow(hMainWindow);
>>  
>>  // Main message loop
>> -- 
>> 1.5.4.1
>>
>> ___
>> Autotest mailing list
>> autot...@test.kernel.org
>> http://test.kernel.org/cgi-bin/mailman/listinfo/autotest
> 

--
To unsubscribe from this list: send the line "unsubscribe kvm" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: [Autotest] [KVM-AUTOTEST PATCH] KVM test: rss.cpp: minimize window by default so it doesn't bother step files

2010-07-07 Thread Chen Cao
Michael,

Can rss provide some log (files)?

Cao, Chen

On Wed, Jul 07, 2010 at 01:32:17PM +0300, Michael Goldish wrote:
> Signed-off-by: Michael Goldish 
> ---
>  client/tests/kvm/deps/rss.cpp |3 +--
>  1 files changed, 1 insertions(+), 2 deletions(-)
> 
> diff --git a/client/tests/kvm/deps/rss.cpp b/client/tests/kvm/deps/rss.cpp
> index 26c5ed6..8df70e4 100644
> --- a/client/tests/kvm/deps/rss.cpp
> +++ b/client/tests/kvm/deps/rss.cpp
> @@ -976,8 +976,7 @@ int WINAPI WinMain(HINSTANCE hInstance, HINSTANCE 
> hPrevInstance,
>  if (!hMainWindow)
>  ExitOnError("Could not create window");
>  
> -//ShowWindow(hMainWindow, SW_SHOWMINNOACTIVE);
> -ShowWindow(hMainWindow, SW_SHOW);
> +ShowWindow(hMainWindow, SW_SHOWMINNOACTIVE);
>  UpdateWindow(hMainWindow);
>  
>  // Main message loop
> -- 
> 1.5.4.1
> 
> ___
> Autotest mailing list
> autot...@test.kernel.org
> http://test.kernel.org/cgi-bin/mailman/listinfo/autotest

-- 
Regards,

Cao, Chen

GnuPG Key-ID:AC54E05E
keyserver hkp://keys.gnupg.net
--
To unsubscribe from this list: send the line "unsubscribe kvm" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html