-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CLI tests with dummy core pass unexpectedly on Windows #38
Comments
Thanks for the report! Would you please attach or point us to your test code, so we can reproduce the problem? The |
I do not have any easy shareable example currently but it should not be hard to verify with any of the other cores. Shouldn't |
It does! cmake_parse_arguments is the function that extracts the args. CMake syntax is very strange. What project are you working on? You have opened a number of issues recently, and we could better assist if we knew the big picture. In the mean time, I am closing this issue in the absence of a test case. |
Indeed it is!
I'm writing an editorconfig core for Qt5
I'm using Windows for this test...
|
Yep. Very aware of that issue. Even commented in it :) |
Oh never mind. You are probably just linking the issue and not pointing it out to me specifically :) |
The CLI tests only validate that the executable returned a 0 exit code, it does not validate the textual output of the command.
My app output something such as "dummy output" and it still passes the two version switch tests. I do not know much about CMake, however it looks like this function needs to accept parameters.
editorconfig-core-test/CMakeLists.txt
Lines 105 to 116 in 48610d4
The text was updated successfully, but these errors were encountered: