-
Notifications
You must be signed in to change notification settings - Fork 521
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
Version 3.3.3: rebar3 eunit doesn't work anymore #1410
Comments
Interesting, there has been no change to the Eunit provider since 3.3.2. |
I can however confirm the regression in behavior. |
after bisecting, this PR: #1403 appears to have broken EUnit for this application. @robertoaloi Any obvious fix you'd like to bring to it before I just revert the commit? |
Oh I get it. The |
Argh! Yes, you're right. There should be a test case for this one. Reverting would have helped b_trees but it would have broken compilation for our apps, since the regexp in 3.3.2 was differently broken. So, thanks for the fix @ferd! |
In the following project
https://github.com/walter-weinmann/b_trees
the commandrebar3 eunit
doesn't run any eunit tests. The previous version of rebar3 was ok.The text was updated successfully, but these errors were encountered: