commit | 3bcb5840f1b3ef9970da963bf94f637b665387ef | [log] [tgz] |
---|---|---|
author | Havard Skinnemoen <hskinnemoen@google.com> | Sun Jun 28 14:30:46 2020 -0700 |
committer | Paolo Bonzini <pbonzini@redhat.com> | Fri Jul 10 18:02:15 2020 -0400 |
tree | 26618e5f32611e676f65e722db66c931967f3b75 | |
parent | a2d57703b3e735c700689b030c126fa8ba6793b9 [diff] |
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>