Skip to content
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

Pass clientServer parameter to the IntegrationTestSuite constructor #1968

Merged
merged 1 commit into from
Jul 22, 2022

Conversation

hiloboy0119
Copy link
Contributor

@hiloboy0119 hiloboy0119 commented Jul 22, 2022

I've been having problems with my .mill-jvm-opts file not being applied while in client-server mode. I was doing some testing and realized the integration tests were always using --no-server.

I found that the clientServer parameter was not being passed down. This is a small one line PR to fix that.

Regarding my original issue, it doesn't seem to happen as of c81ac64

…uctor

Checking command line arguments in MillJvmOptsTests
Copy link
Member

@lefou lefou left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice catch. Looks good to me. Thank you!

@lefou lefou merged commit 2a28295 into com-lihaoyi:main Jul 22, 2022
@lefou lefou added this to the after 0.10.5 milestone Jul 22, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants