|
|
|
|
|
|
|
|
|
|
xen-changelog
[Xen-changelog] [xen-unstable] [SOLARIS] Disable "chk" script. The tests
# 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 <=
|
|
|
|
|