On 17/03/2023 18.05, Daniel P. Berrangé wrote:
The TAP protocol version line must be the first thing printed on
stdout. The migration test failed that requirement in certain
scenarios:

   # Skipping test: Userfault not available (builtdtime)
   TAP version 13
   # random seed: R02Sc120c807f11053eb90bfea845ba1e368
   1..32
   # Start of x86_64 tests
   # Start of migration tests
   ....

The TAP version is printed by g_test_init(), so we need to make
sure that any methods which print are run after that.

Signed-off-by: Daniel P. Berrangé <berra...@redhat.com>
---
  tests/qtest/migration-test.c | 10 +++++++---
  1 file changed, 7 insertions(+), 3 deletions(-)

Reviewed-by: Thomas Huth <th...@redhat.com>


Reply via email to