-
Notifications
You must be signed in to change notification settings - Fork 250
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
xml_tests_report fails to generate with exception #727
Comments
Thanks for reporting. Works fine now, please test |
@M-Bab -- if you run a |
@mvandervoord Pull request #729 fixes the bug but it fails some unit tests because the expected result needs to be adjusted to the new behaviour introduced by commit 2b42ea6. Could you please review the failed tests and adjust them? https://github.com/ThrowTheSwitch/Ceedling/actions/runs/3914907519/jobs/6693858997
file contains now the absolute path, basename has been added, path has renamed to dirname. The test expects the previous behaviour, i.e. file containing the basename only. basename and dirname designators have been choosen in accordance to posix equivalents. |
@bw35 Cherry-picked it into my working branch and can confirm its working. @mvandervoord During development I always run with clobber (ceedling clobber test:all) 😉 . This bug was just a side note for me when updating the repo and submodules to the latest master versions. Significantly more important for us (so that ceedling can work properly) is this MR: #728 |
Fixed. Thanks! |
Since the pretty recent commit 2b42ea6#diff-a0f8b345c9aeb827c5f4f8fc8991a8f177ae410c1fd631f77541b54e3be6da7c the generation of the XML report fails for me with:
Our configuration concerning reports is pretty basic and I assume is not the cause of this issue:
A simple revert of 2b42ea6 did immediately resolve this issue.
But maybe this is not the best option. FYI @bw35
The text was updated successfully, but these errors were encountered: