OSDN Git Service

tests: Inject test name also when the test fails
authorHavard Skinnemoen <hskinnemoen@google.com>
Sun, 28 Jun 2020 21:30:46 +0000 (14:30 -0700)
committerPaolo Bonzini <pbonzini@redhat.com>
Fri, 10 Jul 2020 22:02:15 +0000 (18:02 -0400)
commit3bcb5840f1b3ef9970da963bf94f637b665387ef
tree26618e5f32611e676f65e722db66c931967f3b75
parenta2d57703b3e735c700689b030c126fa8ba6793b9
tests: Inject test name also when the test fails

If a test is unsuccessful, the result is "not ok", which does not match
the regex because it includes a space.

This regex matches both "ok" and "not ok".

Signed-off-by: Havard Skinnemoen <hskinnemoen@google.com>
Message-Id: <20200628213046.2028271-1-hskinnemoen@google.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
tests/Makefile.include