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-changelog

[Xen-changelog] [xen-unstable] [SOLARIS] Disable "chk" script. The tests

To: xen-changelog@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-changelog] [xen-unstable] [SOLARIS] Disable "chk" script. The tests aren't portable and there's little need for it.
From: Xen patchbot-unstable <patchbot-unstable@xxxxxxxxxxxxxxxxxxx>
Date: Tue, 17 Oct 2006 19:01:09 +0000
Delivery-date: Tue, 17 Oct 2006 12:02:08 -0700
Envelope-to: www-data@xxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-changelog-request@lists.xensource.com?subject=help>
List-id: BK change log <xen-changelog.lists.xensource.com>
List-post: <mailto:xen-changelog@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-changelog>, <mailto:xen-changelog-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-changelog>, <mailto:xen-changelog-request@lists.xensource.com?subject=unsubscribe>
Reply-to: xen-devel@xxxxxxxxxxxxxxxxxxx
Sender: xen-changelog-bounces@xxxxxxxxxxxxxxxxxxx
# HG changeset patch
# User kfraser@xxxxxxxxxxxxxxxxxxxxx
# Node ID 0e22ecd169a04c5cca9b1a7757c53ffa947b0b2b
# Parent  1e6d52d06fa41d43fe45de78ae858abcff05a144
[SOLARIS] Disable "chk" script. The tests aren't portable and there's little 
need for it.

Signed-off-by: John Levon <john.levon@xxxxxxx>
---
 tools/check/chk |    2 ++
 1 files changed, 2 insertions(+)

diff -r 1e6d52d06fa4 -r 0e22ecd169a0 tools/check/chk
--- a/tools/check/chk   Tue Oct 17 18:15:59 2006 +0100
+++ b/tools/check/chk   Tue Oct 17 18:17:19 2006 +0100
@@ -13,6 +13,8 @@ function usage {
 }
 
 export PATH=${PATH}:/sbin:/usr/sbin
+
+[ `uname -s` = SunOS ] && exit 0
 
 case $1 in
     build)

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

<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-changelog] [xen-unstable] [SOLARIS] Disable "chk" script. The tests aren't portable and there's little need for it., Xen patchbot-unstable <=