# HG changeset patch # User john.levon@sun.com # Date 1161090822 25200 # Node ID e97e0c33499b7e75b927db600dcd728a2ccadb35 # Parent 2bab34f2dcda1361d8f6880df04f98d283a4559b Disable "chk" script on Solaris. The tests aren''t portable and there''s little need for it. Signed-off-by: John Levon <john.levon@sun.com> diff --git a/tools/check/chk b/tools/check/chk --- a/tools/check/chk +++ b/tools/check/chk @@ -13,6 +13,8 @@ function usage { } export PATH=${PATH}:/sbin:/usr/sbin + +[ `uname -s` = SunOS ] && exit 0 case $1 in build) _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel