Skip to content

[make exporters] Adding quotes to echo statements #3415

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
Dec 15, 2016

Conversation

bridadan
Copy link
Contributor

@bridadan bridadan commented Dec 9, 2016

Description

For some reason, make has issues issuing an echo command that doesn't use quotes when ran inside the Windows command prompt (not in bash). This PR adds quotes to the problematic echo commands.

Status

READY

Migrations

If this PR changes any APIs or behaviors, give a short description of what API users should do when this PR is merged.

NO

Todos

  • exporter tests

This fixes an issue when make is ran inside the Windows command prompt
@bridadan
Copy link
Contributor Author

bridadan commented Dec 9, 2016

/morph export-build

@mbed-bot
Copy link

mbed-bot commented Dec 9, 2016

Result: FAILURE

Your command has finished executing! Here's what you wrote!

/morph export-build

Output

mbed Build Number: 51

Exporter Build failed!

@bridadan
Copy link
Contributor Author

bridadan commented Dec 9, 2016

Tests should be fixed when #3416 is merged

@0xc0170
Copy link
Contributor

0xc0170 commented Dec 13, 2016

/morph export-build

@mbed-bot
Copy link

Result: SUCCESS

Your command has finished executing! Here's what you wrote!

/morph export-build

Output

mbed Build Number: 60

All exports and builds passed!

@bridadan
Copy link
Contributor Author

For clarification, this was only an issue when exported make projects were compiled from the Windows Command Prompt. It is not a problem when ran inside a bash shell on Windows. Since the CI does this, it was not detected as a failure (hence why the exporter tests haven't been failing on all the other PRs).

Should be ready to go now!

@sg- sg- merged commit 8966d15 into ARMmbed:master Dec 15, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants