]> git.ipfire.org Git - thirdparty/libvirt.git/commit
tests: only run startup XML tests if requested
authorJán Tomko <jtomko@redhat.com>
Sat, 8 Sep 2018 21:10:23 +0000 (23:10 +0200)
committerJán Tomko <jtomko@redhat.com>
Wed, 12 Sep 2018 19:12:22 +0000 (21:12 +0200)
commit15dd03e0826f2209e05b3ef1523e3117d6a1ed7f
tree5411148e852191f26df9c53d18d31e7a78917cdf
parent18adfc87359d909bb7c6dcc73ddd4d7a62ec4dcd
tests: only run startup XML tests if requested

Use the recently introduced flag as a witness.
This reduces the apparent number of test cases
to the real number of test cases.

Note that this does not suffer from the same problem
as commit 70255fa was fixing, because the condition
for running virTestRun does not depend on results
of previous tests.

Signed-off-by: Ján Tomko <jtomko@redhat.com>
tests/qemuxml2argvtest.c