WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-devel

Re: [Xen-devel] [RESEND][PATCH][XM-TEST] Patch to correct inconsistencie

To: woody marvel <marvel@xxxxxxxxxx>
Subject: Re: [Xen-devel] [RESEND][PATCH][XM-TEST] Patch to correct inconsistencies of xm-test reporting.
From: Ewan Mellor <ewan@xxxxxxxxxxxxx>
Date: Tue, 21 Mar 2006 00:09:39 +0000
Cc: Xen Mailing List <xen-devel@xxxxxxxxxxxxxxxxxxx>
Delivery-date: Tue, 21 Mar 2006 00:10:51 +0000
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
In-reply-to: <1142810883.3629.76.camel@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx>
List-help: <mailto:xen-devel-request@lists.xensource.com?subject=help>
List-id: Xen developer discussion <xen-devel.lists.xensource.com>
List-post: <mailto:xen-devel@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=unsubscribe>
References: <1142810883.3629.76.camel@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx>
Sender: xen-devel-bounces@xxxxxxxxxxxxxxxxxxx
User-agent: Mutt/1.5.9i
On Sun, Mar 19, 2006 at 03:28:03PM -0800, woody marvel wrote:


> # HG changeset patch
> # User root@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
> # Node ID 4c13149dc269836009169867e119d7fe9ce09735
> # Parent  3377e445aa5e949cd62f7993a0dd62d2aebde4d1
> Patch to correct inconsistencies of xm-test reporting.
> 
> 
> Signed-off-by: Woody Marvel <marvel@xxxxxxxxxx>
> 
> diff -r 3377e445aa5e -r 4c13149dc269 tools/xm-test/runtest.sh
> --- a/tools/xm-test/runtest.sh        Fri Mar 17 15:25:04 2006
> +++ b/tools/xm-test/runtest.sh        Fri Mar 17 22:58:12 2006
> @@ -264,8 +264,13 @@
>      fi
>  fi
>  
> +if [ "$GROUPENTERED" != "default" ]; then
> +   report=no;
> +fi
> +
>  if [ "$run" != "no" ]; then
>      runnable_tests
> +    rm -f $REPORT"*"
>      make_environment_report $OSREPORTTEMP $PROGREPORTTEMP
>      run_tests $GROUPENTERED $OUTPUT
>      make_text_reports $PASSFAIL $FAILURES $OUTPUT $TXTREPORT

Applied, thank you.

Ewan.

_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel

<Prev in Thread] Current Thread [Next in Thread>