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

createMachineLogsDir fix for issue #366 #1204

Merged
merged 1 commit into from
May 9, 2016

Conversation

ndlu2
Copy link
Contributor

@ndlu2 ndlu2 commented May 9, 2016

The following change fixes one of the failing tests for issue #366. The mkdirs() function in File returns false when the file already exists which caused the test to throw an exception. To fix this problem I added a check to see if the directory already exists before throwing the exception.

This change does not fix all of the issues when trying to build Eclipse Che on Windows.

Signed-off-by: Nicholas Lu ndlu2@illinois.edu

Signed-off-by: Nicholas Lu <ndlu2@illinois.edu>
@codenvy-ci
Copy link

Can one of the admins verify this patch?

@garagatyi
Copy link

LGTM
@skabashnyuk Please upvote

@skabashnyuk skabashnyuk merged commit 851cb85 into eclipse-che:master May 9, 2016
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.

4 participants