Skip to content

Fixes for android related commands #775

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
Aug 12, 2015
Merged

Fixes for android related commands #775

merged 1 commit into from
Aug 12, 2015

Conversation

teobugslayer
Copy link
Contributor

@ns-bot
Copy link

ns-bot commented Aug 12, 2015

this.device.adb.executeShellCommand(`rm "${envDebugOutFullpath}"`).wait();
this.device.adb.executeShellCommand(`mkdir -p "${packageDir}"`).wait();
this.device.adb.executeShellCommand(["rm", `${envDebugOutFullpath}`]).wait();
this.device.adb.executeShellCommand(["mkdir", "-p", `${packageDir}`]).wait();
Copy link
Contributor

Choose a reason for hiding this comment

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

packageDir should be in ""

Copy link
Contributor Author

Choose a reason for hiding this comment

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

We agreed in person that the code is correct.

@Fatme
Copy link
Contributor

Fatme commented Aug 12, 2015

👍 after addressing my comments

@ns-bot
Copy link

ns-bot commented Aug 12, 2015

teobugslayer added a commit that referenced this pull request Aug 12, 2015
Fixes for android related commands
@teobugslayer teobugslayer merged commit 4b41c15 into master Aug 12, 2015
@teobugslayer teobugslayer deleted the totev/fix-crash branch September 4, 2015 10:23
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