aboutsummaryrefslogtreecommitdiffstats
path: root/tools/check/chk
diff options
context:
space:
mode:
authorkfraser@localhost.localdomain <kfraser@localhost.localdomain>2006-10-17 18:17:19 +0100
committerkfraser@localhost.localdomain <kfraser@localhost.localdomain>2006-10-17 18:17:19 +0100
commit5b8acb9ddfd8efc1d0f10760cc4510f50b0c466f (patch)
treedc40002822f779cda37371c650964aa91ce693eb /tools/check/chk
parent2d0b60a90f4ac8907de22efa11bdef96b6783a94 (diff)
downloadxen-5b8acb9ddfd8efc1d0f10760cc4510f50b0c466f.tar.gz
xen-5b8acb9ddfd8efc1d0f10760cc4510f50b0c466f.tar.bz2
xen-5b8acb9ddfd8efc1d0f10760cc4510f50b0c466f.zip
[SOLARIS] Disable "chk" script. The tests aren't portable and there's little need for it.
Signed-off-by: John Levon <john.levon@sun.com>
Diffstat (limited to 'tools/check/chk')
-rwxr-xr-xtools/check/chk2
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/check/chk b/tools/check/chk
index 7859760bd7..a2df05dedd 100755
--- a/tools/check/chk
+++ b/tools/check/chk
@@ -14,6 +14,8 @@ function usage {
export PATH=${PATH}:/sbin:/usr/sbin
+[ `uname -s` = SunOS ] && exit 0
+
case $1 in
build)
check="CHECK-BUILD"