mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-12-22 17:34:18 +03: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(CPU);
|
||||
DO_TEST(ArbitraryCommand);
|
||||
DO_TEST(Timeout);
|
||||
|
||||
DO_TEST(Timeout); /* Timeout should always be called last */
|
||||
|
||||
virObjectUnref(xmlopt);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user