|
|
|
|
|
|
|
|
|
|
xen-devel
[Xen-devel] [PATCH] disable 'chk' on Solaris
# HG changeset patch
# User john.levon@xxxxxxx
# 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@xxxxxxx>
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@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
|
<Prev in Thread] |
Current Thread |
[Next in Thread> |
- [Xen-devel] [PATCH] disable 'chk' on Solaris,
John Levon <=
|
|
|
|
|