Thomas Huth <th...@redhat.com> wrote: > On 12.02.2018 17:03, Dr. David Alan Gilbert (git) wrote: >> From: "Dr. David Alan Gilbert" <dgilb...@redhat.com> >> >> Check the source survives. >> >> Signed-off-by: Dr. David Alan Gilbert <dgilb...@redhat.com> >> --- >> tests/migration-test.c | 65 >> ++++++++++++++++++++++++++++++++++++++------------ >> 1 file changed, 50 insertions(+), 15 deletions(-) > [...] >> @@ -615,6 +649,7 @@ int main(int argc, char **argv) >> >> qtest_add_func("/migration/postcopy/unix", test_migrate); >> qtest_add_func("/migration/deprecated", test_deprecated); >> + qtest_add_func("/migration/bad_dest", test_baddest); > > While running "make check", I now see some "Failed to connect socket: > Connection refused" messages popping up, which is a little bit > confusing. Would it be possible to silence these messages somehow?
I will take a look at that. I haven't looked where they came from. Thanks. Later, Juan.