From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michael Goldish Subject: Re: [Autotest] [KVM-AUTOTEST PATCH] KVM test: rss.cpp: minimize window by default so it doesn't bother step files Date: Thu, 08 Jul 2010 13:23:24 +0300 Message-ID: <4C35A71C.1020903@redhat.com> References: <1278498738-2622-1-git-send-email-mgoldish@redhat.com> <1278498738-2622-2-git-send-email-mgoldish@redhat.com> <20100708014302.GA5890@t4.rh> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: autotest@test.kernel.org, kvm@vger.kernel.org To: Chen Cao Return-path: Received: from mx1.redhat.com ([209.132.183.28]:19529 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754226Ab0GHK0O (ORCPT ); Thu, 8 Jul 2010 06:26:14 -0400 In-Reply-To: <20100708014302.GA5890@t4.rh> Sender: kvm-owner@vger.kernel.org List-ID: 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 >> Autotest@test.kernel.org >> http://test.kernel.org/cgi-bin/mailman/listinfo/autotest >