34 lines
967 B
Diff
34 lines
967 B
Diff
From c7b7fffb5ad743115dac8918200a848513acbd4e Mon Sep 17 00:00:00 2001
|
|
From: Miroslav Rezanina <mrezanin@redhat.com>
|
|
Date: Fri, 13 Nov 2020 11:03:26 +0100
|
|
Subject: RHEL 9 test
|
|
|
|
---
|
|
redhat/Makefile.common | 4 ++--
|
|
redhat/qemu-kvm.spec.template | 8 --------
|
|
tests/meson.build | 3 +--
|
|
3 files changed, 3 insertions(+), 12 deletions(-)
|
|
|
|
diff --git a/tests/meson.build b/tests/meson.build
|
|
index afeb6be..2180fc4 100644
|
|
--- a/tests/meson.build
|
|
+++ b/tests/meson.build
|
|
@@ -136,7 +136,7 @@ if have_block
|
|
'test-blockjob': [testblock],
|
|
'test-blockjob-txn': [testblock],
|
|
'test-block-backend': [testblock],
|
|
- 'test-block-iothread': [testblock],
|
|
+# 'test-block-iothread': [testblock],
|
|
'test-write-threshold': [testblock],
|
|
'test-crypto-hash': [crypto],
|
|
'test-crypto-hmac': [crypto],
|
|
@@ -286,5 +286,4 @@ if not get_option('tcg').disabled()
|
|
endif
|
|
|
|
subdir('qapi-schema')
|
|
-subdir('qtest')
|
|
subdir('migration')
|
|
--
|
|
1.8.3.1
|
|
|