summaryrefslogtreecommitdiff
path: root/build-aux/syntax-check.mk
diff options
context:
space:
mode:
authorPeter Krempa <pkrempa@redhat.com>2021-09-06 16:56:19 +0200
committerPeter Krempa <pkrempa@redhat.com>2021-09-09 15:29:00 +0200
commitdf94a4e907483e8b773399aa7cbb2ae47c41b7be (patch)
tree21f3ca88150572e82cb9bd90ab374716731d40eb /build-aux/syntax-check.mk
parent0a67ae731a7b171e00f2813cfcbf93792da4faae (diff)
downloadlibvirt-df94a4e907483e8b773399aa7cbb2ae47c41b7be.tar.gz
virstoragetest: Test backing chain loops with hardcoded images
Provide the images for the self and mutual backing image loop cases in the repository rather than formatting them with qemu-img. This makes the code more readable and also decouples the backing chain tests from each other. Signed-off-by: Peter Krempa <pkrempa@redhat.com> Reviewed-by: Ján Tomko <jtomko@redhat.com>
Diffstat (limited to 'build-aux/syntax-check.mk')
-rw-r--r--build-aux/syntax-check.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/build-aux/syntax-check.mk b/build-aux/syntax-check.mk
index 2058af0b77..cb54c8ba36 100644
--- a/build-aux/syntax-check.mk
+++ b/build-aux/syntax-check.mk
@@ -1563,7 +1563,7 @@ exclude_file_name_regexp--sc_prohibit_close = \
(\.p[yl]$$|\.spec\.in$$|^docs/|^(src/util/vir(file|event)\.c|src/libvirt-stream\.c|tests/(vir.+mock\.c|commandhelper\.c|qemusecuritymock\.c)|tools/nss/libvirt_nss_(leases|macs)\.c)$$)
exclude_file_name_regexp--sc_prohibit_empty_lines_at_EOF = \
- (^tests/(nodedevmdevctl|virhostcpu|virpcitest)data/|docs/js/.*\.js|docs/fonts/.*\.woff|\.diff|tests/virconfdata/no-newline\.conf$$)
+ (^tests/(nodedevmdevctl|virhostcpu|virpcitest|virstoragetest)data/|docs/js/.*\.js|docs/fonts/.*\.woff|\.diff|tests/virconfdata/no-newline\.conf$$)
exclude_file_name_regexp--sc_prohibit_fork_wrappers = \
(^(src/(util/(vircommand|virdaemon)|lxc/lxc_controller)|tests/testutils)\.c$$)