projects
/
guestfs-tools.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ab0daf9
)
Disable test
author
Hilko Bengen
<bengen@debian.org>
Sat, 5 Oct 2024 20:30:32 +0000
(22:30 +0200)
committer
Hilko Bengen
<bengen@debian.org>
Sat, 5 Oct 2024 20:35:28 +0000
(22:35 +0200)
debian/rules
patch
|
blob
|
history
diff --git
a/debian/rules
b/debian/rules
index ca9175419370dafd8a58c88fedf4aecd2d66f740..a4666ba1ce8689833ff6974ece3b5960333c448f 100755
(executable)
--- a/
debian/rules
+++ b/
debian/rules
@@
-22,6
+22,9
@@
export SKIP_TEST_VIRT_BUILDER_CACHEALL_SH=1
export SKIP_TEST_VIRT_BUILDER_LIST_SH=1
export SKIP_TEST_VIRT_BUILDER_LIST_SIMPLESTREAMS_SH=1
+# Apparently fails on warning "program compiled against libxml 212 using older 209"
+export SKIP_TEST_MACHINE_READABLE_SH=1
+
TEST_ARCHITECTURES := amd64 arm64 riscv64 ppc64el
%: