Despite what I said in ff75623b17a4c690ed7b098d74149b8a642066b1, we weren't actually shared qemu/tests/cfg/unittest.cfg. Fix it.
Signed-off-by: Cole Robinson <[email protected]> --- Thanks to Lukáš for the suggested fix. qemu/cfg/unittests.cfg | 2 ++ 1 file changed, 2 insertions(+) diff --git a/qemu/cfg/unittests.cfg b/qemu/cfg/unittests.cfg index 2a2962f..826253b 100644 --- a/qemu/cfg/unittests.cfg +++ b/qemu/cfg/unittests.cfg @@ -39,6 +39,8 @@ run_tcpdump = no # Misc run_kvm_stat = yes +include ../tests/cfg/unittest.cfg + # Tests variants: - build: -- 1.8.1.4 _______________________________________________ Virt-test-devel mailing list [email protected] https://www.redhat.com/mailman/listinfo/virt-test-devel
