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

Polishing run_tests.py #4464

Merged
merged 2 commits into from
Dec 17, 2015
Merged

Polishing run_tests.py #4464

merged 2 commits into from
Dec 17, 2015

Conversation

jtattermusch
Copy link
Contributor

-- in gcov configuration, build C# in "Debug" mode.
-- polish build_csharp.sh script (don't duplicate the CONFIG -> MSBUILD_CONFIG logic in .sh file).

@@ -749,8 +749,15 @@ def make_jobspec(cfg, targets, makefile='Makefile'):
make_targets[makefile] = make_targets.get(makefile, set()).union(
set(l.make_targets(args.regex)))

if platform_string() == 'windows':
def build_step_environ(cfg):
Copy link
Contributor

Choose a reason for hiding this comment

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

Maybe move if/else inside build_step_environ?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Sure, I can do that.

@jtattermusch
Copy link
Contributor Author

This is green. PTAL.

adelez added a commit that referenced this pull request Dec 17, 2015
@adelez adelez merged commit 788767a into grpc:master Dec 17, 2015
@lock lock bot locked as resolved and limited conversation to collaborators Jan 29, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants