-
Notifications
You must be signed in to change notification settings - Fork 454
test: make sure runtest_alias works properly #12242
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
Conversation
9908556 to
6f70700
Compare
Signed-off-by: Jérôme Vouillon <[email protected]>
|
I've promoted the test output and am working on a fix. |
|
I've pushed a fix. Instead of |
Signed-off-by: Ali Caglayan <[email protected]>
|
@maiste This probably should go in 3.21.1. |
|
@Alizter Thanks! |
|
@Alizter I suggest that we wait a bit before doing EDIT: considering the other changes, we will do the release fast. |
* test: make sure runtest_alias works properly * fix(jsoo): runtest-js alias now depends on runtest-js-name for (tests) Co-authored-by: Jérôme Vouillon <[email protected]> Co-authored-by: Ali Caglayan <[email protected]>
CHANGES: ### Fixed - Fix `runtest-js` mistakenly depending on `byte` (fixes ocaml/dune#12243, ocaml/dune#12242, @vouillon and @Alizter) - Fix the interpretation of paths in `dune runtest` when running from within a subdirectory. (ocaml/dune#12251, fixes ocaml/dune#12250, @Alizter) ### Changed - Revert formatting change introduced in 3.20.0 making long lists in s-expressions fill the line instead of formatting them in a vertical way (ocaml/dune#12245, reverts ocaml/dune#10892, @nojb)
No description provided.