mirror of https://github.com/xemu-project/xemu.git
tests/qapi-schema: remove Meson workaround
The referenced issue has been fixed since version 0.61, so remove the workaround. Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
This commit is contained in:
parent
9c9b85d705
commit
7bef93ff06
|
@ -277,10 +277,6 @@ if build_docs
|
||||||
command: ['perl', '-pe', '$x = chr 13; s/$x$//', '@INPUT@'],
|
command: ['perl', '-pe', '$x = chr 13; s/$x$//', '@INPUT@'],
|
||||||
capture: true)
|
capture: true)
|
||||||
|
|
||||||
# "full_path()" needed here to work around
|
test('QAPI rST doc', diff, args: ['-u', qapi_doc_ref_nocr[0], qapi_doc_out_nocr[0]],
|
||||||
# https://github.com/mesonbuild/meson/issues/7585
|
|
||||||
test('QAPI rST doc', diff, args: ['-u', qapi_doc_ref_nocr[0].full_path(),
|
|
||||||
qapi_doc_out_nocr[0].full_path()],
|
|
||||||
depends: [qapi_doc_ref_nocr, qapi_doc_out_nocr],
|
|
||||||
suite: ['qapi-schema', 'qapi-doc'])
|
suite: ['qapi-schema', 'qapi-doc'])
|
||||||
endif
|
endif
|
||||||
|
|
Loading…
Reference in New Issue