diff options
Diffstat (limited to 'tests/qemucapabilitiestest.c')
-rw-r--r-- | tests/qemucapabilitiestest.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/qemucapabilitiestest.c b/tests/qemucapabilitiestest.c index 87807b4135..acfa1106e4 100644 --- a/tests/qemucapabilitiestest.c +++ b/tests/qemucapabilitiestest.c @@ -192,6 +192,9 @@ mymain(void) /* * Run "tests/qemucapsprobe /path/to/qemu/binary >foo.replies" * to generate updated or new *.replies data files. + * + * If you manually edit replies files you can run + * "tests/qemucapsfixreplies foo.replies" to fix the replies ids. */ qemuTestDriverFree(&driver); |