[Pkg-libvirt-commits] [libguestfs] 08/179: tests: Disable UML tests in 'check-release'.
Hilko Bengen
bengen at moszumanska.debian.org
Fri Oct 31 19:07:53 UTC 2014
This is an automated email from the git hooks/post-receive script.
bengen pushed a commit to branch experimental
in repository libguestfs.
commit 432390757522ec9dc575d4cc4a56f35e42ea301f
Author: Richard W.M. Jones <rjones at redhat.com>
Date: Thu Oct 2 15:30:02 2014 +0100
tests: Disable UML tests in 'check-release'.
This effectively demotes UML to unsupported status. This has happened
because UML has regressed quite a lot upstream. There are multiple
grave bugs revealed by running the test suite and I don't have the
inclination to fix them.
---
Makefile.am | 3 ---
src/guestfs.pod | 8 --------
2 files changed, 11 deletions(-)
diff --git a/Makefile.am b/Makefile.am
index 097ba80..d55d8d6 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -427,9 +427,6 @@ check-release:
check-valgrind \
check-direct \
check-valgrind-direct
- $(MAKE) -j1 LIBGUESTFS_HV=$(HOME)/d/linux-um/vmlinux \
- check-uml \
- check-valgrind-uml
$(MAKE) -j1 \
check-slow
diff --git a/src/guestfs.pod b/src/guestfs.pod
index f133fee..c9ac1fa 100644
--- a/src/guestfs.pod
+++ b/src/guestfs.pod
@@ -4208,14 +4208,6 @@ check-valgrind-direct
=item *
-check-uml
-
-=item *
-
-check-valgrind-uml
-
-=item *
-
check-slow
=back
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-libvirt/libguestfs.git
More information about the Pkg-libvirt-commits
mailing list