Skip to content

Package dotty before running partest. #616

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

Merged
merged 1 commit into from
May 28, 2015

Conversation

DarkDimius
Copy link
Contributor

To make sure that artifact is the same.

@vsalvis please review

@@ -118,8 +118,8 @@ object DottyBuild extends Build {

("-DpartestParentID=" + pid) :: tuning ::: agentOptions ::: travis_build ::: fullpath
}
) ++ addCommandAlias("partest", ";test:compile;lockPartestFile;test:test;runPartestRunner") ++
addCommandAlias("partest-only", ";test:compile;lockPartestFile;test:test-only dotc.tests;runPartestRunner")
) ++ addCommandAlias("partest", ";test:package;lockPartestFile;test:test;runPartestRunner") ++
Copy link
Contributor

Choose a reason for hiding this comment

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

@DarkDimius you need compile:package, test:package produces dotty_2.11-0.1-SNAPSHOT-tests.jar instead of dotty_2.11-0.1-SNAPSHOT.jar.

To make sure that artifact is the same.
@DarkDimius
Copy link
Contributor Author

@vsalvis, addressed your comments.

@vsalvis
Copy link
Contributor

vsalvis commented May 28, 2015

LGTM.
Technically test:package is unnecessary, test:compile would be sufficient.

DarkDimius added a commit that referenced this pull request May 28, 2015
Package dotty before running partest.
@DarkDimius DarkDimius merged commit c533f81 into scala:master May 28, 2015
@allanrenucci allanrenucci deleted the partest-package branch December 14, 2017 19:24
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.

3 participants