mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-01-12 15:52:55 +00:00
qemuagenttest.c: Missing documentation (Timeout)
In tests/qemuagenttest.c, the Timeout test should always be called last. Any additional tests should come before this. Signed-off-by: Eric Blake <eblake@redhat.com>
This commit is contained in:
parent
57c8d8076f
commit
6e17210930
@ -605,7 +605,8 @@ mymain(void)
|
|||||||
DO_TEST(Shutdown);
|
DO_TEST(Shutdown);
|
||||||
DO_TEST(CPU);
|
DO_TEST(CPU);
|
||||||
DO_TEST(ArbitraryCommand);
|
DO_TEST(ArbitraryCommand);
|
||||||
DO_TEST(Timeout);
|
|
||||||
|
DO_TEST(Timeout); /* Timeout should always be called last */
|
||||||
|
|
||||||
virObjectUnref(xmlopt);
|
virObjectUnref(xmlopt);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user