Skip to content

Conversation

sukidog
Copy link
Contributor

@sukidog sukidog commented Mar 24, 2016

Clear output dir at outset to ensure all resulting artifacts are new

Use /B in exit command otherwise the script closes the console window when it completes. The previous behavior proved to be quite the pain. I'd run the script, and eventually the console would close, leaving me unable to see if the build failed or succeeded.

@c1728p9
Copy link
Contributor

c1728p9 commented Mar 24, 2016

test this please

python tools/copy_release_files.py
if %errorlevel% neq 0 exit %errorlevel%
exit %level%
exit /B %level%
Copy link
Contributor

Choose a reason for hiding this comment

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

Nitpick - no newline at end of file
(don't feel like you need to fix this, just thought I would mention it)

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Good nitpick. Newline addition pushed

@c1728p9
Copy link
Contributor

c1728p9 commented Mar 24, 2016

PR looks good. Thanks for the fixes

@c1728p9 c1728p9 merged commit 8b2e1ef into ARMmbed:master Mar 24, 2016
@sukidog sukidog deleted the script_change branch March 28, 2016 13:00
gerargz added a commit to microbit-foundation/DAPLink that referenced this pull request Jan 6, 2021
…ted to return LED to its default state and clear pending I2C interrupts
mbrossard pushed a commit to mbrossard/DAPLink that referenced this pull request Aug 5, 2021
…ted to return LED to its default state and clear pending I2C interrupts
c1728p9 pushed a commit to c1728p9/DAPLink that referenced this pull request Aug 14, 2021
…ted to return LED to its default state and clear pending I2C interrupts
mathias-arm pushed a commit to mathias-arm/DAPLink that referenced this pull request Aug 20, 2021
…ted to return LED to its default state and clear pending I2C interrupts
gaborcsapo pushed a commit to gaborcsapo/DAPLink that referenced this pull request Jun 29, 2022
…ted to return LED to its default state and clear pending I2C interrupts
gaborcsapo pushed a commit to gaborcsapo/DAPLink that referenced this pull request Jun 29, 2022
…ted to return LED to its default state and clear pending I2C interrupts
gaborcsapo pushed a commit to gaborcsapo/DAPLink that referenced this pull request Jun 29, 2022
…ted to return LED to its default state and clear pending I2C interrupts
gaborcsapo pushed a commit to gaborcsapo/DAPLink that referenced this pull request Jun 29, 2022
…ted to return LED to its default state and clear pending I2C interrupts
gaborcsapo pushed a commit to gaborcsapo/DAPLink that referenced this pull request Jun 29, 2022
…ted to return LED to its default state and clear pending I2C interrupts
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