|
From: | Thomas Huth |
Subject: | Re: QAPI, The msys2 CI check are compiled sucess, but qapi tests are failing |
Date: | Wed, 2 Sep 2020 21:27:46 +0200 |
User-agent: | Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.6.0 |
On 02/09/2020 20.33, 罗勇刚(Yonggang Luo) wrote: > https://cirrus-ci.com/task/5708273301061632?command=main#L6792 > > make: *** [Makefile.mtest:63: check-qapi-schema] Error 1 I think nobody really ever cared about getting "make check" running on Windows... So as a first step, I think you could submit your patches without the "make check" at the end of the build script. Now looking at the error at above URL, this looks like a problem with the CR-LF vs. LF endings here. Could you try to add --strip-trailing-cr to the invocation of "diff" in tests/qapi-schema/meson.build ? Thomas
[Prev in Thread] | Current Thread | [Next in Thread] |